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