LinuxTV

CVS log for dietlibc/t.c

[BACK] Up to [DVB] / dietlibc

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.222: download - view: text, markup, annotated - select for diffs
Tue Jan 29 15:23:49 2019 UTC (5 years, 3 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.221: preferred, colored
Changes since revision 1.221: +5 -0 lines
introduce rand_i() (libc can't change rand's seed by calling it internally)

Revision 1.221: download - view: text, markup, annotated - select for diffs
Mon Jun 6 11:48:29 2016 UTC (7 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.220: preferred, colored
Changes since revision 1.220: +1 -0 lines
  add x86_64 memccpy, mempcpy
  import Debian bugfixes (Christian Seiler)

Revision 1.220: download - view: text, markup, annotated - select for diffs
Fri May 29 19:46:30 2015 UTC (8 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.219: preferred, colored
Changes since revision 1.219: +6 -0 lines
fix arc4random (Lorenzo Beretta)

Revision 1.219: download - view: text, markup, annotated - select for diffs
Fri Oct 10 14:54:29 2014 UTC (9 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.218: preferred, colored
Changes since revision 1.218: +16 -0 lines
add getcontext and setcontext for i386 and x86_64

Revision 1.218: download - view: text, markup, annotated - select for diffs
Fri Apr 4 11:25:37 2014 UTC (10 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.217: preferred, colored
Changes since revision 1.217: +1 -1 lines
support clang by adding -fno-integrated-as

Revision 1.217: download - view: text, markup, annotated - select for diffs
Thu Sep 23 00:27:36 2010 UTC (13 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.216: preferred, colored
Changes since revision 1.216: +1 -1 lines
some cleanup

Revision 1.216: download - view: text, markup, annotated - select for diffs
Tue Oct 27 23:19:19 2009 UTC (14 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.215: preferred, colored
Changes since revision 1.215: +1 -1 lines
some asm string functions

Revision 1.215: download - view: text, markup, annotated - select for diffs
Thu Feb 26 20:51:54 2009 UTC (15 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.214: preferred, colored
Changes since revision 1.214: +3 -0 lines
  use randomness passed in ELF auxvec instead of /dev/urandom in startup
    (strace looks cleaner now)
  use ELF auxvec to implement getpagesize
  support thread local storage (w00t!!!!)
and a small cosmetic change to fgetc_unlocked

Revision 1.214: download - view: text, markup, annotated - select for diffs
Fri May 9 04:36:56 2008 UTC (16 years ago) by leitner
Branches: MAIN
Diff to: previous 1.213: preferred, colored
Changes since revision 1.213: +7 -0 lines
enable additional warnings
shut those warnings up :-)
try to make stdio thread-safe

Revision 1.213: download - view: text, markup, annotated - select for diffs
Sat Oct 8 21:11:32 2005 UTC (18 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.212: preferred, colored
Changes since revision 1.212: +7 -0 lines
add syscalls to dynamic linking

Revision 1.212: download - view: text, markup, annotated - select for diffs
Tue Oct 4 17:47:03 2005 UTC (18 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.211: preferred, colored
Changes since revision 1.211: +13 -0 lines
lots of new syscalls

Revision 1.211: download - view: text, markup, annotated - select for diffs
Mon Sep 26 12:22:20 2005 UTC (18 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.210: preferred, colored
Changes since revision 1.210: +4 -0 lines
  add strdupa and strndupa (for directfb)

Revision 1.210: download - view: text, markup, annotated - select for diffs
Sat Sep 11 12:37:57 2004 UTC (19 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.209: preferred, colored
Changes since revision 1.209: +2 -0 lines
support for stack gap (enable in dietfeatures.h)
support for gcc ProPolice (needs stack gap enabled)
extend WANT_NON_COMPLIANT_STRNCAT to strncpy.

Revision 1.209: download - view: text, markup, annotated - select for diffs
Tue Apr 2 16:04:05 2002 UTC (22 years, 1 month ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND
Diff to: previous 1.208: preferred, colored
Changes since revision 1.208: +2 -1 lines
profiling support (x86 only)!

Revision 1.208: download - view: text, markup, annotated - select for diffs
Thu Mar 7 16:40:10 2002 UTC (22 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.207: preferred, colored
Changes since revision 1.207: +3 -1 lines
fix i386 getenv (Hans Lermen)

Revision 1.207: download - view: text, markup, annotated - select for diffs
Thu Feb 28 15:48:49 2002 UTC (22 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.206: preferred, colored
Changes since revision 1.206: +1 -5 lines
fix signals on Alpha by emulating signal with sigaction.
fix struct termios portability problems

Revision 1.206: download - view: text, markup, annotated - select for diffs
Sat Feb 23 22:18:41 2002 UTC (22 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.205: preferred, colored
Changes since revision 1.205: +5 -0 lines
lots of warnings removed

Revision 1.205: download - view: text, markup, annotated - select for diffs
Tue Feb 5 01:30:20 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.204: preferred, colored
Changes since revision 1.204: +1 -1 lines
optimize fread()ing large blocks.

Revision 1.204: download - view: text, markup, annotated - select for diffs
Sat Feb 2 22:24:34 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.203: preferred, colored
Changes since revision 1.203: +1 -0 lines
the md5 code on little endian ARM produced unaligned accesses when
passed unaligned pointers.
fix t.c warning with openpty

Revision 1.203: download - view: text, markup, annotated - select for diffs
Tue Jan 29 02:09:54 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.202: preferred, colored
Changes since revision 1.202: +3 -1 lines
more EINTR fixes in openpty (ioctl can return EINTR, too)
ttyname was broken (readlink does not \0-terminate, so we have to)

Revision 1.202: download - view: text, markup, annotated - select for diffs
Tue Jan 29 02:00:03 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.201: preferred, colored
Changes since revision 1.201: +5 -0 lines
shave off a few bytes from parselib by removing the exit code from
__prepare_parse, which was not used anyway because you could see whether
it worked by looking at the struct state afterwards.  Uwe Ohse noticed
this.
Also, fix asprintf, which relied on vsnprintf to not write anything when
passed a NULL pointer.  This was no longer the case after Olaf redid the
printf engine.

Revision 1.201: download - view: text, markup, annotated - select for diffs
Tue Jan 29 01:40:15 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.200: preferred, colored
Changes since revision 1.200: +15 -0 lines
fix typo in ARM unified syscall,
work around gcc 3 warnings caused by gcc internal wrong prototypes,
make malloc(0) return NULL again,
fix cfgetospeed (used wrong field of struct termios, oops!)

Revision 1.200: download - view: text, markup, annotated - select for diffs
Mon Jan 21 15:30:16 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.199: preferred, colored
Changes since revision 1.199: +11 -0 lines
several bug fixes from Uwe Ohse.

Revision 1.199: download - view: text, markup, annotated - select for diffs
Fri Jan 18 14:32:21 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.198: preferred, colored
Changes since revision 1.198: +1 -0 lines
moved _exit into the unified syscall in x86.

Revision 1.198: download - view: text, markup, annotated - select for diffs
Wed Jan 9 02:34:08 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.197: preferred, colored
Changes since revision 1.197: +5 -0 lines
__dtostr was really disgusting.
It still is, but it sucks in different ways now.
We really need to __dtostr, one for %g and one for %f.
The new version won't do scientific notation at all, but it's better
than the previous version anyway.

Revision 1.197: download - view: text, markup, annotated - select for diffs
Tue Jan 1 22:00:42 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.196: preferred, colored
Changes since revision 1.196: +3 -2 lines
a wrong comparison in gmtime_r caused the time functions to convert Jan
1 to Dec 32 (oops!).

Revision 1.196: download - view: text, markup, annotated - select for diffs
Tue Dec 25 02:13:17 2001 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.195: preferred, colored
Changes since revision 1.195: +4 -0 lines
implement alarm as syscall, not as setitimer wrapper.

Revision 1.195: download - view: text, markup, annotated - select for diffs
Tue Dec 4 15:51:36 2001 UTC (22 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.194: preferred, colored
Changes since revision 1.194: +2 -1 lines
make glob.h include sys/types.h
remove broken x86 strtod.S ("30" returned 10.0)

Revision 1.194: download - view: text, markup, annotated - select for diffs
Sat Dec 1 17:54:32 2001 UTC (22 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.193: preferred, colored
Changes since revision 1.193: +8 -1 lines
res_query did not initialize last

Revision 1.193: download - view: text, markup, annotated - select for diffs
Sat Dec 1 17:47:56 2001 UTC (22 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.192: preferred, colored
Changes since revision 1.192: +4 -2 lines
fix make install for dynamic loader.
It wrote to diet.so.conf instead of diet.ld.conf

Revision 1.192: download - view: text, markup, annotated - select for diffs
Thu Nov 29 08:19:15 2001 UTC (22 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.191: preferred, colored
Changes since revision 1.191: +8 -0 lines
fixes from the train journey ;)

Revision 1.191: download - view: text, markup, annotated - select for diffs
Tue Nov 13 16:43:53 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.190: preferred, colored
Changes since revision 1.190: +4 -3 lines
Oops, Frank Klemm's fixes to strftime apparently completely broke it and
nobody noticed.  Is that a good sign (because nobody uses this crap
function) or a bad sign?

Revision 1.190: download - view: text, markup, annotated - select for diffs
Tue Nov 13 16:19:35 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.189: preferred, colored
Changes since revision 1.189: +5 -0 lines
several changes to make vs_ftpd compile.

Revision 1.189: download - view: text, markup, annotated - select for diffs
Thu Nov 8 14:58:57 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.188: preferred, colored
Changes since revision 1.188: +4 -0 lines
work around more brain damage in hwclock and kbd.

Revision 1.188: download - view: text, markup, annotated - select for diffs
Wed Nov 7 19:57:54 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.187: preferred, colored
Changes since revision 1.187: +3 -0 lines
kludge around GNU tar problems

Revision 1.187: download - view: text, markup, annotated - select for diffs
Sun Nov 4 22:41:38 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.186: preferred, colored
Changes since revision 1.186: +0 -36 lines
add more tests, prototype if_nameindex and if_freenameindex

Revision 1.186: download - view: text, markup, annotated - select for diffs
Sun Nov 4 22:16:04 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.185: preferred, colored
Changes since revision 1.185: +3 -0 lines
fix getpass

Revision 1.185: download - view: text, markup, annotated - select for diffs
Sun Nov 4 19:03:31 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.184: preferred, colored
Changes since revision 1.184: +4 -1 lines
fix adjtime

Revision 1.184: download - view: text, markup, annotated - select for diffs
Thu Nov 1 17:53:02 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.183: preferred, colored
Changes since revision 1.183: +2 -24 lines
make dnscruft2 use res_query and not just res_mkquery

Revision 1.183: download - view: text, markup, annotated - select for diffs
Thu Oct 25 22:23:55 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.182: preferred, colored
Changes since revision 1.182: +18 -5 lines
rewrite getproto* to parselib (and add ..._r versions)

Revision 1.182: download - view: text, markup, annotated - select for diffs
Wed Oct 24 17:06:03 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.181: preferred, colored
Changes since revision 1.181: +7 -8 lines
rewrite getserv*, provide ..._r versions.

Revision 1.181: download - view: text, markup, annotated - select for diffs
Tue Oct 23 01:44:39 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.180: preferred, colored
Changes since revision 1.180: +12 -0 lines
replace entlib with a more generic parselib.  Convert entlib using code
to parselib.  TODO: convert /etc/hosts and /etc/services parsers to
parselib.

Revision 1.180: download - view: text, markup, annotated - select for diffs
Mon Oct 15 21:07:45 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.179: preferred, colored
Changes since revision 1.179: +7 -0 lines
use __NR__newselect instead of __NR_select ("oldselect", says strace) on
arm.

Revision 1.179: download - view: text, markup, annotated - select for diffs
Sat Oct 13 20:28:06 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.178: preferred, colored
Changes since revision 1.178: +9 -3 lines
*scanf did not \0-terminate %[...]

Revision 1.178: download - view: text, markup, annotated - select for diffs
Sat Oct 13 19:50:20 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.177: preferred, colored
Changes since revision 1.177: +2 -2 lines
uh, the dns routines needed a little more LARTing

Revision 1.177: download - view: text, markup, annotated - select for diffs
Mon Oct 8 18:22:29 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.176: preferred, colored
Changes since revision 1.176: +3 -3 lines
add NO_DATA message.

Revision 1.176: download - view: text, markup, annotated - select for diffs
Sun Oct 7 00:27:50 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.175: preferred, colored
Changes since revision 1.175: +20 -3 lines
add assembly bsearch from Wouter van Kleunen.

Revision 1.175: download - view: text, markup, annotated - select for diffs
Sat Oct 6 23:49:58 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.174: preferred, colored
Changes since revision 1.174: +4 -3 lines
more DNS error signalling

Revision 1.174: download - view: text, markup, annotated - select for diffs
Sat Oct 6 23:35:13 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.173: preferred, colored
Changes since revision 1.173: +7 -2 lines
DNS error handling!

Revision 1.173: download - view: text, markup, annotated - select for diffs
Fri Sep 28 19:22:46 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.172: preferred, colored
Changes since revision 1.172: +3 -3 lines
test for olaf

Revision 1.172: download - view: text, markup, annotated - select for diffs
Mon Sep 17 16:29:00 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.171: preferred, colored
Changes since revision 1.171: +3 -1 lines
clean up even more weak and symbols and make more local symbols static

Revision 1.171: download - view: text, markup, annotated - select for diffs
Mon Sep 10 13:15:44 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.170: preferred, colored
Changes since revision 1.170: +8 -0 lines
a few more Frank Klemm fixes.

Revision 1.170: download - view: text, markup, annotated - select for diffs
Mon Sep 3 23:46:59 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.169: preferred, colored
Changes since revision 1.169: +1 -0 lines
add __write1 and __write2 (idea by Frank Klemm)

Revision 1.169: download - view: text, markup, annotated - select for diffs
Mon Sep 3 23:35:15 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.168: preferred, colored
Changes since revision 1.168: +4 -1 lines
add 32-bit uid syscalls (and prototypes).
We still need backwards compatibility wrappers.

Revision 1.168: download - view: text, markup, annotated - select for diffs
Mon Sep 3 13:00:13 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.167: preferred, colored
Changes since revision 1.167: +3 -2 lines
mhh, forgot to update md5asm.S?!

Revision 1.167: download - view: text, markup, annotated - select for diffs
Thu Aug 30 22:17:10 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.166: preferred, colored
Changes since revision 1.166: +19 -1 lines
x86 strchr did not declare weak alias for "index".
scanf did not accept %02x
scanf did not return EOF if it hit EOF without scanning anything.

Revision 1.166: download - view: text, markup, annotated - select for diffs
Wed Aug 29 18:48:23 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.165: preferred, colored
Changes since revision 1.165: +19 -0 lines
add md5 crypt

Revision 1.165: download - view: text, markup, annotated - select for diffs
Mon Aug 27 17:23:27 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.164: preferred, colored
Changes since revision 1.164: +1 -1 lines
memchr returned -1, not 0

Revision 1.164: download - view: text, markup, annotated - select for diffs
Sat Aug 25 18:54:37 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.163: preferred, colored
Changes since revision 1.163: +18 -1 lines
add adjtimex

Revision 1.163: download - view: text, markup, annotated - select for diffs
Thu Aug 23 16:57:52 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.162: preferred, colored
Changes since revision 1.162: +2 -2 lines
add memmem

Revision 1.162: download - view: text, markup, annotated - select for diffs
Thu Aug 23 16:56:07 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.161: preferred, colored
Changes since revision 1.161: +1 -1 lines
a typo in strcmp fix rendered it dysfunctional

Revision 1.161: download - view: text, markup, annotated - select for diffs
Thu Aug 23 16:00:09 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.160: preferred, colored
Changes since revision 1.160: +3 -1 lines
add several more x86 assembly functions to shave off a few bytes here
and there.

Revision 1.160: download - view: text, markup, annotated - select for diffs
Thu Aug 23 15:13:34 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.159: preferred, colored
Changes since revision 1.159: +1 -1 lines
rewrite x86 strcmp and strncmp (the submitted functions were buggy).

Revision 1.159: download - view: text, markup, annotated - select for diffs
Thu Aug 23 14:57:07 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.158: preferred, colored
Changes since revision 1.158: +1 -5 lines
even more x86 assembly crap

Revision 1.158: download - view: text, markup, annotated - select for diffs
Thu Aug 23 14:11:42 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.157: preferred, colored
Changes since revision 1.157: +5 -1 lines
The memcpy the guy sent me copied the wrong way

Revision 1.157: download - view: text, markup, annotated - select for diffs
Thu Aug 23 13:55:52 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.156: preferred, colored
Changes since revision 1.156: +20 -1 lines
oops, bug in memchr.

Revision 1.156: download - view: text, markup, annotated - select for diffs
Mon Aug 20 15:35:16 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.155: preferred, colored
Changes since revision 1.155: +9 -1 lines
ugh, fix fflush lseek bug and made limits.h more mutt friendly.

Revision 1.155: download - view: text, markup, annotated - select for diffs
Mon Aug 20 15:16:44 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.154: preferred, colored
Changes since revision 1.154: +2 -2 lines
fix -ansi -pendantic errors and warnings about inline and long long.

Revision 1.154: download - view: text, markup, annotated - select for diffs
Mon Aug 20 12:59:11 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.153: preferred, colored
Changes since revision 1.153: +2 -1 lines
fix three stdio bugs

Revision 1.153: download - view: text, markup, annotated - select for diffs
Thu Aug 16 17:46:32 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.152: preferred, colored
Changes since revision 1.152: +1 -1 lines
same fix as for gethostbyname_r

Revision 1.152: download - view: text, markup, annotated - select for diffs
Thu Aug 16 17:23:12 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.151: preferred, colored
Changes since revision 1.151: +18 -10 lines
umount/umount2 were declared twice and gethostbyname_r did not check the
aliases from /etc/hosts.

Revision 1.151: download - view: text, markup, annotated - select for diffs
Wed Aug 1 17:17:45 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.150: preferred, colored
Changes since revision 1.150: +4 -0 lines
oops, mkdtemp was b0rken.

Revision 1.150: download - view: text, markup, annotated - select for diffs
Tue Jul 31 14:24:33 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.149: preferred, colored
Changes since revision 1.149: +14 -0 lines
add getopt_long_only and rework getopt and getopt_long so they
understand optidx=0 (which is in violation of susv2 but some b0rken
BSD crapware does it anyway).  Did I mention that BSD sucks?  A lot?

add initial iconv implementation that can convert iso-8859-1 <-> UTF-8
<-> UCS-4.

Revision 1.149: download - view: text, markup, annotated - select for diffs
Fri Jul 27 14:39:17 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.148: preferred, colored
Changes since revision 1.148: +1 -1 lines
tweaky tweaks Frank Klemm is sneaky...

Revision 1.148: download - view: text, markup, annotated - select for diffs
Thu Jul 26 15:20:35 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.147: preferred, colored
Changes since revision 1.147: +1 -1 lines
more i386 trickery from Frank Klemm.

Revision 1.147: download - view: text, markup, annotated - select for diffs
Thu Jul 26 15:06:18 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.146: preferred, colored
Changes since revision 1.146: +2 -1 lines
smaller clone from Frank Klemm

Revision 1.146: download - view: text, markup, annotated - select for diffs
Thu Jul 26 11:36:59 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.145: preferred, colored
Changes since revision 1.145: +2 -0 lines
add tmpnam and remove warning from vprintf

Revision 1.145: download - view: text, markup, annotated - select for diffs
Thu Jul 26 11:31:43 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.144: preferred, colored
Changes since revision 1.144: +35 -0 lines
fix a lot of bugs ;)

Revision 1.144: download - view: text, markup, annotated - select for diffs
Tue Jul 24 20:03:30 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.143: preferred, colored
Changes since revision 1.143: +8 -1 lines
Smaller strcasecmp and strncasecmp implementations from Frank Klemm,
slightly smaller mktime and gmtime, and x86 assembler implementation for
strtod from Frank Klemm.

Revision 1.143: download - view: text, markup, annotated - select for diffs
Tue Jul 24 14:23:56 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.142: preferred, colored
Changes since revision 1.142: +5 -1 lines
More assembly tweaks from Frank Klemm (and more printf brokenness by me)

Revision 1.142: download - view: text, markup, annotated - select for diffs
Tue Jul 24 13:32:25 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.141: preferred, colored
Changes since revision 1.141: +1 -6 lines
yet another printf bug

Revision 1.141: download - view: text, markup, annotated - select for diffs
Tue Jul 24 13:19:15 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.140: preferred, colored
Changes since revision 1.140: +7 -0 lines
fix printf.
longjmp references __sigprocmask (it's sigprocmask now)

Revision 1.140: download - view: text, markup, annotated - select for diffs
Mon Jul 23 18:18:53 2001 UTC (22 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.139: preferred, colored
Changes since revision 1.139: +5 -1 lines
ugh!  floating point printf stinks!

Revision 1.139: download - view: text, markup, annotated - select for diffs
Fri Jul 20 13:10:05 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.138: preferred, colored
Changes since revision 1.138: +23 -3 lines
a few stdio fixes and typo removal

Revision 1.138: download - view: text, markup, annotated - select for diffs
Thu Jul 19 16:07:10 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.137: preferred, colored
Changes since revision 1.137: +3 -0 lines
More functions and optimizations from Frank Klemm

Revision 1.137: download - view: text, markup, annotated - select for diffs
Thu Jul 19 15:14:51 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.136: preferred, colored
Changes since revision 1.136: +4 -0 lines
be friendlier to busybox

Revision 1.136: download - view: text, markup, annotated - select for diffs
Wed Jul 18 00:31:59 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.135: preferred, colored
Changes since revision 1.135: +3 -0 lines
fix bugs in fwrite as Uwe pointed out.

Revision 1.135: download - view: text, markup, annotated - select for diffs
Wed Jul 18 00:27:57 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.134: preferred, colored
Changes since revision 1.134: +6 -1 lines
Fix the bugs in fgets that Uwe found.

Revision 1.134: download - view: text, markup, annotated - select for diffs
Tue Jul 17 22:53:59 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.133: preferred, colored
Changes since revision 1.133: +4 -2 lines
fix ghastly bug in getservent (allowed only isalpha() in aliases, so
"pop-3" was considered a parse error)

Revision 1.133: download - view: text, markup, annotated - select for diffs
Tue Jul 17 17:39:07 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +17 -0 lines
add dirname, basename.

Revision 1.132: download - view: text, markup, annotated - select for diffs
Wed Jul 11 20:49:57 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +7 -1 lines
oops, signedness snafu in isalpha

Revision 1.131: download - view: text, markup, annotated - select for diffs
Wed Jul 11 17:52:50 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +6 -4 lines
endhostent fix and sparc/syscalls.h had a syntax error.

Revision 1.130: download - view: text, markup, annotated - select for diffs
Wed Jul 11 16:43:15 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +7 -1 lines
add openpty (for sshd), make gethostbyname2 actually honor
WANT_ETC_HOSTS, make inet_pton accept "::" as IPv6 address (oops).

Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Jul 11 15:32:10 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +5 -0 lines
stdio should not include unistd.h.  Otherwise configure from openssh
thinks that getpgrp takes an argument.

Revision 1.128: download - view: text, markup, annotated - select for diffs
Wed Jul 11 14:59:33 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +2 -1 lines
it's ttyname.o, not tty.o (in the Makefile dependencies)

Revision 1.127: download - view: text, markup, annotated - select for diffs
Wed Jul 11 13:28:05 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +3 -3 lines
allow tabs instead of spaces in /etc/fstab

Revision 1.126: download - view: text, markup, annotated - select for diffs
Wed Jul 11 13:07:38 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +3 -3 lines
call endhostent()

Revision 1.125: download - view: text, markup, annotated - select for diffs
Wed Jul 11 00:12:39 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +20 -4 lines
/etc/hosts support!

Revision 1.124: download - view: text, markup, annotated - select for diffs
Tue Jul 10 21:10:16 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +4 -0 lines
add overflow handling for strtol and strtoul.

Revision 1.123: download - view: text, markup, annotated - select for diffs
Mon Jul 9 14:50:23 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +9 -1 lines
mntent is fscked ;)

Revision 1.122: download - view: text, markup, annotated - select for diffs
Mon Jul 9 13:54:07 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +5 -0 lines
ugh, touched all stdio and ripped out the non-ungetc and unbuffered
modes.  Did some ELF weak symbol trickery to make `puts("foo")' not
reference the whole stdio crap.

Revision 1.121: download - view: text, markup, annotated - select for diffs
Fri Jul 6 14:31:40 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +44 -13 lines
time zone parser now sets tzname

Revision 1.120: download - view: text, markup, annotated - select for diffs
Wed Jul 4 12:36:22 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +5 -3 lines
update mkstemp and mkdtemp tests in t.c

Revision 1.119: download - view: text, markup, annotated - select for diffs
Wed Jul 4 12:19:25 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +6 -0 lines
add mkdtemp

Revision 1.118: download - view: text, markup, annotated - select for diffs
Wed Jul 4 11:56:16 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +2 -4 lines
system signalling madness, part II

Revision 1.117: download - view: text, markup, annotated - select for diffs
Wed Jul 4 09:51:30 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +4 -3 lines
popen did not set close-on-exec flag on fd, could leak fd on malloc
error in fdopen, system did not ignore SIGCHLD and thus had a potential
wait() race.

Revision 1.116: download - view: text, markup, annotated - select for diffs
Wed Jun 27 09:53:53 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +10 -1 lines
mention Uwe in THANKS

Revision 1.115: download - view: text, markup, annotated - select for diffs
Wed Jun 27 09:28:59 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +3 -4 lines
cleanse more linux kernel headers, fix bugs in ttyname and realpath,
add linker warnings to gethostby{name,name2,addr} and share memory
leakage.

Revision 1.114: download - view: text, markup, annotated - select for diffs
Tue Jun 26 18:51:47 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +2 -2 lines
consolidate two buffers.

Revision 1.113: download - view: text, markup, annotated - select for diffs
Mon Jun 25 19:49:19 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +5 -3 lines
word delimiters in the regex library looked for spaces instead of
non-word characters (i.e. "," did not delimit a word)

Revision 1.112: download - view: text, markup, annotated - select for diffs
Sun Jun 24 16:37:19 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +1 -0 lines
try to make assert work with ancient gcc versions.

Revision 1.111: download - view: text, markup, annotated - select for diffs
Fri Jun 22 17:02:10 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +1 -1 lines
make t.c compile again ;)

Revision 1.110: download - view: text, markup, annotated - select for diffs
Thu Jun 21 18:53:09 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +2 -2 lines
only the first search domain from /etc/resolv.conf was actually used.

Revision 1.109: download - view: text, markup, annotated - select for diffs
Thu Jun 21 15:06:23 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +13 -2 lines
make stdarg work on powerpc.

Revision 1.108: download - view: text, markup, annotated - select for diffs
Sat Jun 16 17:48:54 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +1 -2 lines
even more clean-up

Revision 1.107: download - view: text, markup, annotated - select for diffs
Sat Jun 9 17:45:49 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +4 -1 lines
add an errno in libpthread that will display a prominent linker warning
when used.

Revision 1.106: download - view: text, markup, annotated - select for diffs
Fri Jun 8 19:17:59 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +3 -3 lines
try to work around Linux kernel IPv6 brokenness,
use $(CC) instead of gcc for compile and load targets in Makefile.

Revision 1.105: download - view: text, markup, annotated - select for diffs
Thu Jun 7 12:29:34 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +4 -2 lines
a ton of warnings fixed ;)

Revision 1.104: download - view: text, markup, annotated - select for diffs
Wed Jun 6 18:12:09 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +2 -1 lines
add %h to vsnprintf.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Mon Jun 4 01:03:42 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +6 -3 lines
regular expression fix for matching x* in the case without any x.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Sat Jun 2 02:39:06 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +5 -0 lines
fix fnmatch (but related to * and FNM_PATHNAME)

Revision 1.101: download - view: text, markup, annotated - select for diffs
Sat Jun 2 02:16:08 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +7 -2 lines
res_query and res_search (!!)

Revision 1.100: download - view: text, markup, annotated - select for diffs
Sat Jun 2 00:15:31 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +7 -0 lines
regexec offsets fix.

Revision 1.99: download - view: text, markup, annotated - select for diffs
Fri Jun 1 23:27:10 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +4 -0 lines
fread of 0 bytes returned 1, not 0.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Fri Jun 1 23:05:14 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +7 -1 lines
break strncat even more in the default case (copy n bytes plus \0, not n
bytes including \0).

Revision 1.97: download - view: text, markup, annotated - select for diffs
Fri Jun 1 18:10:15 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +42 -5 lines
new POSIX getopt (i.e. no argv permutation)

Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Jun 1 16:27:38 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +9 -1 lines
add sys/sysmacros.h

Revision 1.95: download - view: text, markup, annotated - select for diffs
Thu May 31 19:52:36 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -1 lines
long long support (optional) for printf (%lld)

Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu May 31 18:12:31 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +1 -1 lines
atoi did not skip leading spaces.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu May 31 17:55:13 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -5 lines
vsnprintf %X now uses upper case (again)

Revision 1.92: download - view: text, markup, annotated - select for diffs
Thu May 31 17:39:15 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +6 -1 lines
duh, fix stupid flushing bug in fputc for non-buffered output (i.e.
stderr)

Revision 1.91: download - view: text, markup, annotated - select for diffs
Wed May 23 23:44:35 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +3 -3 lines
one more ooooops in the DNS routines.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Wed May 23 23:32:52 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
oooooooops

Revision 1.89: download - view: text, markup, annotated - select for diffs
Wed May 23 14:57:32 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +8 -2 lines
add getserv*.
the dns routines can now optionally (WANT_FULL_RESOLV_CONF) try
to append the different domains from /etc/resolv.conf.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Wed May 23 13:06:51 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +10 -2 lines
RLIM_INFINITY from the kernel is bogus.  Thanks, Chris Siebenmann for
sending a patch!

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat May 19 02:54:13 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +4 -6 lines
fix FD_* macros on Alpha (man do the kernel headers suck!)

Revision 1.86: download - view: text, markup, annotated - select for diffs
Sat May 19 02:19:33 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +14 -1 lines
cosmetic changes and signal testing

Revision 1.85: download - view: text, markup, annotated - select for diffs
Sat May 19 00:33:03 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +4 -3 lines
argh, exit code check was broken.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri May 18 22:18:20 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +7 -1 lines
shuffled getopt_long and getopt declarations.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Fri May 18 21:46:01 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +5 -2 lines
misc scanf fixes

Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri May 18 21:10:21 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +6 -0 lines
fix a scanf bug

Revision 1.81: download - view: text, markup, annotated - select for diffs
Fri May 18 20:40:59 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +7 -0 lines
The "::" case was written as ":".

Revision 1.80: download - view: text, markup, annotated - select for diffs
Fri May 18 20:30:36 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +7 -0 lines
hass hass hass

Revision 1.79: download - view: text, markup, annotated - select for diffs
Fri May 18 20:27:53 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -1 lines
argh, everything is broken around me! ;)

Revision 1.78: download - view: text, markup, annotated - select for diffs
Fri May 18 20:04:58 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +5 -4 lines
fix bugs in getaddrinfo.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri May 18 19:39:08 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +3 -0 lines
fix mmap (oops)

Revision 1.76: download - view: text, markup, annotated - select for diffs
Fri May 18 19:15:00 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +14 -0 lines
paaaarty!  getaddrinfo is there! ;)

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri May 18 15:16:10 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -1 lines
I misinterpreted "width".

Revision 1.74: download - view: text, markup, annotated - select for diffs
Fri May 18 15:04:33 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
distinguish between '%f' and '%g'.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri May 18 14:58:06 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -1 lines
evil hack for 0 in __dtostr.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri May 18 14:17:53 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -1 lines
setfsuid, setfsgid syscalls.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu May 17 15:55:14 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +3 -0 lines
revert set_errno to weak errno=

Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed May 16 17:22:57 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -0 lines
difftime added.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed May 16 16:25:51 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +14 -28 lines
add scandir.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed May 16 14:17:38 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +4 -2 lines
REG_ICASE was b0rken.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed May 16 14:09:46 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +5 -2 lines
new configuration option: make strsep conform to glibc (and what openssh
expects) instead of what the man page says.  ARGH!!!

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed May 16 13:39:42 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +6 -1 lines
fix off-by-one error in bsearch

Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed May 16 02:23:45 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +5 -3 lines
ungetc data was not initialized in stdio FILEs.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue May 15 23:56:34 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -0 lines
add ioperm, flock prototype, <sys/io.h>.

Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue May 15 15:43:27 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +5 -1 lines
make the non-compliant behaviour of strncat configurable in
dietfeatures.h

Revision 1.62: download - view: text, markup, annotated - select for diffs
Tue May 15 15:36:15 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -4 lines
add *abs.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat May 12 01:12:18 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -0 lines
fix mktemp linker warning (maybe it should blink, too?) and fread and
fwrite for sockets.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Fri May 11 15:10:05 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +4 -1 lines
add clock

Revision 1.59: download - view: text, markup, annotated - select for diffs
Thu May 10 14:48:53 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +4 -1 lines
fix fnmatch even more ;)

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu May 10 13:55:35 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +13 -22 lines
fix DNS decompression.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu May 10 13:08:16 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +28 -0 lines
oops, vfprintf would always print an empty string.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu May 10 11:48:30 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +9 -0 lines
msgsnd was b0rken.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed May 9 01:40:36 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +4 -4 lines
add a comment about how fast this regex implementation is compared to
the glibc one.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed May 9 01:16:04 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +4 -0 lines
add realpath and wrap getcwd (syscall returns length, not buf).

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed May 9 00:34:17 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +6 -0 lines
much improved regular expressions (REG_ICASE handling, substring
handling (i.e. regex "foo" matches "blaatfoo"), REG_NOTBOL and
REG_NOTEOL handling, word start/end handling).  In short: I begin to
gain confidence in them.  Object file size: 4408 bytes.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue May 8 23:07:14 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +7 -0 lines
add "%.2f" support for printf.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Mon May 7 15:52:11 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +5 -0 lines
add setenv and execlp.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon May 7 01:04:45 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +8 -13 lines
import fnmatch fix from Guillaume Cottenceau.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun May 6 00:34:26 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +16 -0 lines
add getmntent, setmntent, endmntent, query_module.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat May 5 12:26:58 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -1 lines
remove a few warnings, add res_init.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri May 4 14:49:57 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -1 lines
add lseek64 with lseek fall-back mode.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu May 3 00:23:44 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
fix sig*set and fwrite.  mount from util-linux now actually compiles and
works!

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Apr 27 23:04:12 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
isxdigit was broken (typo, || instead of &&)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Apr 22 15:17:58 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -3 lines
add "%*s" and "%*.*s" to vsnprintf.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Apr 5 00:29:59 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +5 -0 lines
add tzset as ELF alias

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Mar 19 20:13:22 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
0.8 release (updated TODO, CHANGES and THANKS and made sure it compiled
on all platforms)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Mar 19 17:27:47 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -1 lines
kludged around a little with Jeff's entlib stuff ;-}

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Mar 19 17:04:04 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -0 lines
getpwnam, getpwuid rewritten.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Mar 19 16:47:38 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
fixed (?) __dtostr.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Mar 16 20:08:14 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -0 lines
add several functions to make busybox compile and partially link.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Mar 13 02:37:49 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -0 lines
added tzfile implementation (read /etc/localtime to get time zone).
Finally, localtime() can cope with daylight saving time!

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Mar 13 00:00:24 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -1 lines
pseudo-locale support (is* are weak symbols now), fixed a bug in
getservbyname (the last alias on the line was not parsed properly), add
nice(2).

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Mar 12 03:16:25 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +3 -0 lines
add shutdown.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Mar 9 20:35:46 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -0 lines
mkstemp now uses not 4 but 5 bits per digit.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Mar 9 20:29:37 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -0 lines
added mkstemp

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Mar 5 23:32:28 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -1 lines
strncat fixed.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Mar 5 23:28:27 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +7 -0 lines
add strftime (yuck!!!)

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Mar 5 22:13:49 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
added prototype for sleep

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Mar 1 18:42:57 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -5 lines
update CHANGES file.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Mar 1 17:58:21 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -1 lines
gethostbyaddr!1!!

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Mar 1 14:51:09 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -4 lines
gethostbyname can now look up CNAMEs :-(

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Mar 1 14:29:27 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -0 lines
I should go home and cure my toe instead of writing broken code today

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Mar 1 14:20:56 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
hton*, ntoh*

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Mar 1 14:09:26 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -0 lines
add bcopy

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Feb 23 13:22:34 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -0 lines
added herrno glue, random/srandom (same as rand and srand for now),
inet_addr and inet_ntoa.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Feb 23 03:21:36 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines
added gethostbyname (DNS only so far).  Don't look at the code, though.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Feb 15 22:20:04 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -2 lines
add isprint.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Feb 13 01:11:35 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -6 lines
several stdio fixes courtesy to the S-Lang test suite.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Feb 12 22:21:09 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -3 lines
usleep fixed.
reorganized interleaved read/write seeking in stdio.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Feb 12 19:01:36 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -0 lines
popen and pclose!  Whee!  diet libc can not link slsh (small interpreter
from S-Lang)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Feb 12 14:33:47 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +9 -0 lines
implement __isnan (referenced by libm.a from glibc).

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Feb 11 14:47:52 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +41 -2 lines
implemented really crappy rand() and srand() (if you need real
randomness, use a real PRNG).  Implemented qsort() and bsearch().
For some reason, they outperform their glibc counterparts by a
surprisingly large margin _and_ are smaller.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Feb 9 23:48:47 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Implemented linker warnings!  Woohoo!
Added linker warnings to a couple of dangerous or bloaty functions.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Feb 9 22:32:07 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -15 lines
add shm*

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 7 19:57:12 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +18 -0 lines
add experimental System V semaphores implementation.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Feb 5 22:59:57 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -2 lines
successfully reverse engineered inet_aton (look at the source, it's mind
boggling) and implemented a close approximation.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Feb 3 20:41:11 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -0 lines
vsnprintf(0,...) estimated the length of strings with a padding width incorrectly.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Feb 3 00:36:32 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -1 lines
fixed fread on pipes.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Feb 3 00:04:33 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -1 lines
remove more glibc compat cruft.
They have trouble being compatible to themselves, so why should we? ;-)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Feb 1 23:33:25 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -0 lines
implemented gmtime, gmtime_r to get rid of uClibc code.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Feb 1 22:14:06 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +12 -3 lines
added time conversion cruft.  Needed to link gzip.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jan 25 13:01:55 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
oink oink, dumb mistake while optimizing strtoul.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jan 25 12:18:14 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
made ctype functions __attribute__ ((__const__)) (gcc magic).
implemented islower, isupper, strcasecmp and strncasecmp.
added putc and putchar as macros.
#defined STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jan 19 10:39:00 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -3 lines
added trivial 7-bit tolower and toupper.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jan 14 20:14:57 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
fixed stdio line buffering for stdout and stderr.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 9 21:20:07 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -0 lines
changed enum for SEEK_SET etc to #defines (caused weird link problems).

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 9 17:57:37 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN

files where missing (?)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

LinuxTV legacy CVS <linuxtv.org/cvs>