summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Import correctly working strtold from David M. Gay.Corinna Vinschen2015-11-2014-19/+1369
* Make match function globally available to stdlib functions.Corinna Vinschen2015-11-204-21/+26
* Drop unused declaration from wcstold.cCorinna Vinschen2015-11-202-2/+4
* Fix typo in rpmatch doc referenceYaakov Selkowitz2015-11-192-1/+5
* ldtoa.c: Reindent to GNU styleCorinna Vinschen2015-11-192-2317/+2408
* Fix rpmatch build problemCorinna Vinschen2015-11-192-0/+5
* Simplify the markup for sprintf and swprintf documentationJon Turney2015-11-193-64/+76
* Improve markup of sscanf and swscanf documentationJon Turney2015-11-193-114/+242
* Document new ACL codeCorinna Vinschen2015-11-183-0/+63
* get_posix_access: Skip merging permissions if user can't get more permissionsCorinna Vinschen2015-11-182-2/+17
* get_posix_access: Fix computation of effective user permissionsCorinna Vinschen2015-11-182-2/+7
* Fix file type mode bit handling on object security.Corinna Vinschen2015-11-183-12/+24
* setfacl: Allow to combine -b and -k optionsCorinna Vinschen2015-11-185-129/+156
* Fix permission evaluation for !new_style ACLsCorinna Vinschen2015-11-184-54/+72
* Fix up POSIX permission handlingCorinna Vinschen2015-11-183-9/+67
* Use Authz to fetch correct user permissions.Corinna Vinschen2015-11-182-2/+28
* Add Authz class to compute exact POSIX user perms in a security descriptorCorinna Vinschen2015-11-185-25/+194
* * sec_acl.cc (get_posix_access): Fix class_perm in !new_style case.Corinna Vinschen2015-11-182-1/+6
* Reapply POSIX ACL changes.Corinna Vinschen2015-11-1818-1359/+1819
* Bump Cygwin DLL version to 2.4.0Corinna Vinschen2015-11-182-2/+7
* Add missing ChangeLog entry for previous commitCorinna Vinschen2015-11-181-0/+6
* Update Cygwin's fnmatch to latest from FreeBSD.Corinna Vinschen2015-11-183-55/+87
* Don't generate Windows native symlinks targeting Cygwin-only targetsCorinna Vinschen2015-11-182-2/+15
* Regenerate Cygwin locale message infoCorinna Vinschen2015-11-182-29/+46
* cygwin: export rpmatch(3)Yaakov Selkowitz2015-11-176-1/+26
* Add rpmatch(3)Yaakov Selkowitz2015-11-176-2/+113
* [ARM] Factor out the thumb1 -Os implementation.cygwin-2_3_1-releasecygwin-2_3_1-relaseMarcus Shawcroft2015-11-134-15/+58
* [ARM] Adding strlen.SMarcus Shawcroft2015-11-136-29/+78
* [ARM] Rename strlen to strlen-stub.cMarcus Shawcroft2015-11-134-3/+10
* [ARM] Reorganize strlen selection.Marcus Shawcroft2015-11-136-190/+25
* [ARM] Refactor strlen.c #if nesting.Marcus Shawcroft2015-11-132-26/+20
* Add Synopsys license for newlib and libglossAnton Kolesov2015-11-123-0/+65
* Add support for ARC to newlibAnton Kolesov2015-11-1241-6/+10054
* Add support for ARC to libglossAnton Kolesov2015-11-1216-6/+5568
* Remove obsolete ARC systemAnton Kolesov2015-11-1216-6618/+20
* Fix multilib libgloss selection.Marcus Shawcroft2015-11-122-1/+6
* makedoc: Don't interpret license text as a commandJon Turney2015-11-122-8/+16
* doc: Fix some inconsistent QUICKREF linesJon Turney2015-11-126-5/+18
* makedoc: Fix INTERNAL(|DEFINITION|FUNCTION) command definitionsJon Turney2015-11-122-4/+9
* AArch64: Tune memcpyWilco Dijkstra2015-11-122-24/+37
* flock: Fix hang in object collision caseCorinna Vinschen2015-11-123-2/+12
* Avoid .eh_frame in ARM newlib.Joseph Myers2015-11-128-0/+18
* Add comment to explain previous patchCorinna Vinschen2015-11-121-0/+2
* Fix crash at process init on 64 bit XP/2003 under WOW64Corinna Vinschen2015-11-123-3/+26
* Bump Cygwin DLL minor numberCorinna Vinschen2015-11-092-1/+5
* Reorganize memchr selection.cygwin-2_3_0-releaseMarcus Shawcroft2015-11-067-124/+117
* Reorganize memcpy selection.Marcus Shawcroft2015-11-067-296/+92
* Replace __attribute((__warning__())) by __attribute__((deprecated()))Olivier Martin2015-11-062-2/+7
* Fake volume serial number on filesystems not providing itCorinna Vinschen2015-11-052-2/+33
* Avoid deadlock in flock(2)Corinna Vinschen2015-11-054-5/+16