index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix values returned by getrlimit(RLIMIT_STACK)
Corinna Vinschen
2015-06-26
2
-10
/
+31
*
Use source files which have makedoc markup, but aren't processed or included.
newlib-snapshot-20150623
Jon TURNEY
2015-06-24
10
-4
/
+34
*
Use makedoc output files which are generated but aren't included
Jon TURNEY
2015-06-24
6
-2
/
+33
*
Don't chew files which contain no documentation markup
Jon TURNEY
2015-06-24
3
-3
/
+6
*
Fix mismatched parentheses in documentation.
Jon TURNEY
2015-06-24
4
-3
/
+10
*
Fix typo-ed function names in efgcvt.c documentation
Jon TURNEY
2015-06-23
3
-3
/
+9
*
Fix an inconsistent use of '.' in FUNCTION
Jon TURNEY
2015-06-23
2
-1
/
+6
*
Fix SYNOPSIS prototypes without marked up parameter names
Jon TURNEY
2015-06-23
4
-5
/
+11
*
Correct a non-ANSI prototype in SYNOPSIS
Jon TURNEY
2015-06-23
2
-1
/
+5
*
Remove stray punctuation in ANSI_SYNOPSIS prototypes
Jon TURNEY
2015-06-23
3
-2
/
+8
*
Fix some mangled makedoc markup
Jon TURNEY
2015-06-23
3
-5
/
+10
*
Fix makedoc markup used in texinfo source
Jon TURNEY
2015-06-23
3
-2
/
+7
*
winsup/doc: Update ancient README about building documentation
Jon TURNEY
2015-06-23
2
-21
/
+6
*
winsup/doc: Use xidepend to generate the source list for FAQ targets as well
Jon TURNEY
2015-06-23
2
-4
/
+6
*
winsup/doc: Remove 'Usage' prefix from synopses
Jon TURNEY
2015-06-23
2
-44
/
+48
*
winsup/doc: Add intro man pages from cygwin-doc
Jon TURNEY
2015-06-23
3
-1
/
+209
*
winsup/doc: Create info pages from cygwin documentation
Jon TURNEY
2015-06-23
5
-6
/
+53
*
Complement SIGEV_* enums with macros
Ken Brown
2015-06-23
2
-0
/
+8
*
Don't push on original stack during alternate signal stack setup
Corinna Vinschen
2015-06-22
2
-56
/
+56
*
sys/signal.h requires sys/cdefs.h
Corinna Vinschen
2015-06-22
2
-0
/
+5
*
Safe all clobbered volatile registers when using alternate stack
Corinna Vinschen
2015-06-21
2
-22
/
+54
*
Fix comments
Corinna Vinschen
2015-06-20
1
-2
/
+2
*
ChangeLog entries for Cygwin's alternate signal stack implementation
Corinna Vinschen
2015-06-20
3
-0
/
+41
*
Add alternate signal stack to docs
Corinna Vinschen
2015-06-20
3
-1
/
+17
*
Implement using alternate signal stack in Cygwin
Corinna Vinschen
2015-06-20
1
-13
/
+108
*
Use MINSIGSTKSZ and SIGSTKSZ from newlib for Cygwin as well
Corinna Vinschen
2015-06-20
2
-17
/
+14
*
Handle exceptions in sigaltstack
Corinna Vinschen
2015-06-20
1
-21
/
+35
*
Preliminary infrastructure to implement alternate stack
Corinna Vinschen
2015-06-19
9
-153
/
+215
*
Formatting fixes in exceptions.cc
Corinna Vinschen
2015-06-19
2
-37
/
+67
*
winsup/doc: Fix command to create man3 install directory
Jon TURNEY
2015-06-19
2
-1
/
+6
*
Disallow installing "man pages" from release subdir
Corinna Vinschen
2015-06-18
2
-4
/
+8
*
winsup/doc: Add man.xsl customization stylesheet
Jon TURNEY
2015-06-18
3
-4
/
+22
*
winsup/doc: Make and install cygwin-api function manpages
Jon TURNEY
2015-06-18
2
-2
/
+16
*
winsup/doc: Convert cygwin-api function documentation to refentry elements
Jon TURNEY
2015-06-18
5
-68
/
+258
*
winsup/doc: Generate ANSI rather than K&R style function prototypes
Jon TURNEY
2015-06-18
3
-0
/
+12
*
winsup/doc: Rename cygwin.xsl as html.xsl
Jon TURNEY
2015-06-18
3
-8
/
+12
*
Add sethostname to API list
Corinna Vinschen
2015-06-17
2
-0
/
+5
*
Add sethostname
Corinna Vinschen
2015-06-17
7
-3
/
+44
*
Add release/2.0.5 file
Corinna Vinschen
2015-06-17
1
-0
/
+16
*
winsup/doc: Make and install manpages for utils
Jon TURNEY
2015-06-16
2
-3
/
+20
*
winsup/doc: Convert utils.xml to using refentry elements
Jon TURNEY
2015-06-16
4
-209
/
+625
*
winsup/doc: Fix an issue with parallel make
Jon TURNEY
2015-06-16
2
-0
/
+6
*
winsup/doc: Make it easier to extend xidepend to more targets
Jon TURNEY
2015-06-16
3
-9
/
+15
*
winsup/doc: Use fo.xsl to customize PDF generation from DocBook XML
Jon TURNEY
2015-06-16
2
-2
/
+8
*
winsup/doc: Some preparatory XML fixes
Jon TURNEY
2015-06-16
3
-29
/
+34
*
winsup/doc: Fix xidepend to handle relative pathnames
Jon TURNEY
2015-06-16
2
-0
/
+5
*
winsup/doc: Remove tarball target from .PHONY
Jon TURNEY
2015-06-16
2
-1
/
+5
*
Try to handle concurrent close on socket more gracefully
Corinna Vinschen
2015-06-15
2
-14
/
+53
*
Handle more Winsock error codes.
Corinna Vinschen
2015-06-15
2
-0
/
+7
*
Don't enforce SA_RESTART in non-main threads
Corinna Vinschen
2015-06-15
2
-1
/
+12
[next]