source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2170   20 years (none) This commit was manufactured by cvs2svn to create tag 'FREEBSD_5-4-CVS'.
(edit) @2169   20 years bird FreeBSD LIBC sources.
(edit) @2168   20 years (none) This commit was manufactured by cvs2svn to create branch 'FREEBSD'.
(edit) @2167   20 years bird Initial revision
(edit) @2166   20 years bird don't use the smalles possible limit for fd validation, stupid.
(edit) @2165   20 years bird Fixed a warning.
(edit) @2164   20 years bird ftw.h should include sys/stat.h
(edit) @2163   20 years bird o Fixed serveral bugs in the C/POSIX locale o Implemented the …
(edit) @2162   20 years bird extended the test a bit.
(edit) @2161   20 years bird o Fixed serveral bugs in the C/POSIX locale o Implemented the …
(edit) @2160   20 years bird Added (GLIBC extension) to the printf familiy. means priting …
(edit) @2159   20 years bird Fixed assertion during realloc(p, -256) to return failure instead. …
(edit) @2158   20 years bird math, malloc suchlike.
(edit) @2157   20 years bird * empty log message *
(edit) @2156   20 years bird malloc and realloc must set errno to ENOMEM on failure.
(edit) @2155   20 years bird Added obstack.h and it's implementation from GLIBC.
(edit) @2154   20 years bird GLIBC 2.3.x CVS, obstack.
(edit) @2153   20 years (none) This commit was manufactured by cvs2svn to create branch 'GNU'.
(edit) @2152   20 years bird Initial revision
(edit) @2151   20 years bird more flags.
(edit) @2150   20 years bird o Shopped missing math stuff from GLIBC.
(edit) @2149   20 years bird GLIBC 2.3.x CVS.
(edit) @2148   20 years (none) This commit was manufactured by cvs2svn to create branch 'GNU'.
(edit) @2147   20 years bird Initial revision
(edit) @2146   20 years bird ..
(edit) @2145   20 years bird new define.
(edit) @2144   20 years bird o Ported GLIBC argp and getopt (argp requires the GLIBC one). This …
(edit) @2143   20 years bird GLIBC 2.3.x CVS.
(edit) @2142   20 years (none) This commit was manufactured by cvs2svn to create branch 'GNU'.
(edit) @2141   20 years bird Initial revision
(edit) @2140   20 years bird Added nan-1.
(edit) @2139   20 years bird o Made isinf[lf] return -1 for negative infinity like GLIBC does.
(edit) @2138   20 years bird o Added prototypes for nan[lf] to math.h, gcc inlines these.
(edit) @2137   20 years bird More libc.
(edit) @2136   20 years bird socket-1
(edit) @2135   20 years bird libc adjustments / config.
(edit) @2134   20 years bird Added TEMP_FAILURE_RETRY() macro to unistd.h. This is yet another …
(edit) @2133   20 years bird Added getlogin_r().
(edit) @2132   20 years bird Added the getdelim() and getline() GLIBC extensions.
(edit) @2131   20 years bird * empty log message *
(edit) @2130   20 years bird o Added the strdupa() and strndupa() GLIBC extensions. These are …
(edit) @2129   20 years bird Added get_current_dir_name() (GLIBC extension).
(edit) @2128   20 years bird Added asprintf and vasprintf.
(edit) @2127   20 years bird Don't execute in loop!
(edit) @2126   20 years bird * empty log message *
(edit) @2125   20 years bird fork trouble, the three heap handles might be duplicates of one another.
(edit) @2124   20 years bird Added _D_EXACT_NAMLEN and _D_ALLOC_NAMLEN macros to sys/dirent.h to …
(edit) @2123   20 years bird o Added REG_NOERROR to regex.h to make GLIBC code happy.
(edit) @2122   20 years bird o Added wait.h for GLIBC compatability, content is #include <sys/wait.h>.
(edit) @2121   20 years bird o Added fwide() - stub until LIBC07.
(edit) @2120   20 years bird o Added fwide() (dummy until LIBC07). o Renamed struct _FILE to struct …
(edit) @2119   20 years bird Added fgets_unlocked and gets_unlocked.
(edit) @2118   20 years bird Added ieeefp.h
(edit) @2117   20 years bird stack alignment. include bustage.
(edit) @2116   20 years bird
(edit) @2115   20 years bird Fixed -fomit-frame-pointer bustage - the requested size must be …
(edit) @2114   20 years bird smoke test
(edit) @2113   20 years bird o On glibc lot's of limits.h stuff is included from direct.h because …
(edit) @2112   20 years bird added memrawchr and strchrnul from glibc, enabling us to shop .S files …
(edit) @2111   20 years (none) This commit was manufactured by cvs2svn to create tag 'GLIBC_2005-05-xx'.
(edit) @2110   20 years bird glibc sources (2005-05-xx).
(edit) @2109   20 years (none) This commit was manufactured by cvs2svn to create branch 'GLIBC'.
(edit) @2108   20 years bird Initial revision
(edit) @2107   20 years bird Added _NSIG and making NSIG and _NSIG equal to SIGRTMAX + 1.
(edit) @2106   20 years bird Created the libc06b5 forwarder dll.
(edit) @2105   20 years bird * empty log message *
(edit) @2104   20 years bird Changed version number to 3.3.5 / 0.6 rc1.
(edit) @2103   20 years (none) This commit was manufactured by cvs2svn to create tag 'GCC_3-3-5_BETA5'.
(edit) @2102   20 years bird * empty log message *
(edit) @2101   20 years bird HowToBuild.txt
(edit) @2100   20 years bird wrapping.
(edit) @2099   20 years bird LIBC v0.6b5
(edit) @2098   20 years bird * empty log message *
(edit) @2097   20 years bird Generate .def-file for dlls without one - forgot cleanup.
(edit) @2096   20 years bird Generate .def-file for dlls without one.
(edit) @2095   20 years bird typo.
(edit) @2094   20 years bird We now've got getc and putc like good Ansi C citizens.
(edit) @2093   20 years bird * empty log message *
(edit) @2092   20 years bird ..
(edit) @2091   20 years bird isinfnan
(edit) @2090   20 years bird o Rewrote the libcXXXX.dll install rule to not play with emxload since …
(edit) @2089   20 years bird testcase adjustments.
(edit) @2088   20 years bird libc configuring…
(edit) @2087   20 years bird adjusted.
(edit) @2086   20 years (none) This commit was manufactured by cvs2svn to create tag 'FREEBSD_5-3'.
(edit) @2085   20 years bird FreeBSD current 2006-06-xx libc sources.
(edit) @2084   20 years (none) This commit was manufactured by cvs2svn to create branch 'FREEBSD'.
(edit) @2083   20 years bird Initial revision
(edit) @2082   20 years bird ..
(edit) @2081   20 years bird Fixed a coupld of testcase bugs.
(edit) @2080   20 years bird * empty log message *
(edit) @2079   20 years bird Fixed SIGINT and similar issues with fork(). LIBC emulated kill() …
(edit) @2078   20 years bird More details on failure.
(edit) @2077   20 years bird hmm. wonder what was wrong. improoved the test…
(edit) @2076   20 years bird libc adjustments. extending some testcases.
(edit) @2075   20 years bird re-enabled libc06b4
(edit) @2074   20 years bird Fixed FS bug.
(edit) @2073   20 years bird no _imp prefix for dllimport.
(edit) @2072   20 years bird omit libc06b4.dll.
(edit) @2071   20 years bird * empty log message *
Note: See TracRevisionLog for help on using the revision log.