LinuxTV

CVS log for dietlibc/dietfeatures.h

[BACK] Up to [DVB] / dietlibc

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Dec 11 15:16:39 2018 UTC (5 years, 5 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +8 -4 lines
get exceptions and ctors/dtors to work

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:03:38 2018 UTC (6 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +7 -1 lines
split off stackgap-g.o, don't compile valgrind stuff into stackgap.o,
  diet chooses depending on presence of -g
move stackguard var from .data to .bss
remove gcc 7.3 warning from lib/__v_printf.c

Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Mar 6 14:02:04 2017 UTC (7 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +9 -0 lines
fix sockets on i386

Revision 1.77: download - view: text, markup, annotated - select for diffs
Tue Mar 29 15:59:25 2016 UTC (8 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +9 -2 lines
add sha feature defines

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Sep 3 11:57:48 2014 UTC (9 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -1 lines
remove WANT_DYNAMIC (it caused annoying binutils warnings)

Revision 1.75: 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.74: preferred, colored
Changes since revision 1.74: +1 -1 lines
support clang by adding -fno-integrated-as

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Mar 24 08:20:49 2014 UTC (10 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +0 -7 lines
remove errno magic

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Apr 24 10:05:59 2013 UTC (11 years ago) by leitner
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +4 -0 lines
make stat and readdir work for x32

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Jul 10 14:18:31 2012 UTC (11 years, 10 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +6 -5 lines
Some minor fixes.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Jul 9 14:08:16 2012 UTC (11 years, 10 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +5 -0 lines
fixing problem with x86_64 vdso-'syscalls'.
fixing small problem with definition and C++.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sat Nov 26 00:34:06 2011 UTC (12 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +5 -1 lines
  change gettimeofday vsyscall to use the vdso
  add WANT_HOSTS_GIVEUP_EARLY in dietfeatures.h

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sun Aug 1 19:56:21 2010 UTC (13 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +6 -0 lines
  add WANT_GNU_STARTUP_BLOAT in dietfeatures.h to support
    program_invocation_short_name and program_invocation_name
  add INT*_MIN, INT*_MAX, UINT*_MAX, etc to stdint.h
  remove const from stdsignal prototype to agree with standard

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Jun 21 16:40:06 2010 UTC (13 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +4 -0 lines
add llmnr dns lookup

Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Jun 2 20:22:07 2010 UTC (13 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +6 -0 lines
  add WANT_VALGRIND_SUPPORT in dietfeatures.h.  When #defined, the
    startup code will check if the program is running under valgrind,
    and if it is, the SIMD optimized string routines will switch back to
    a slower version that does not generate valgrind false positives.

Revision 1.66: 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.65: preferred, colored
Changes since revision 1.65: +3 -0 lines
some asm string functions

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Jul 21 23:46:28 2009 UTC (14 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
some misc build fixes and forgotten files

Revision 1.64: 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.63: preferred, colored
Changes since revision 1.63: +4 -11 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.63: download - view: text, markup, annotated - select for diffs
Mon Oct 8 23:15:27 2007 UTC (16 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -1 lines
add MAP_POPULATE
fix bug in setvbuf

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Aug 3 20:58:33 2007 UTC (16 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +7 -0 lines
add some crude shotgun debugging code to malloc, enabled by
WANT_FREE_OVERWRITE

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Apr 4 05:35:14 2006 UTC (18 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +26 -0 lines
  update SSP (ProPolice) support (with help from Eduardo Tongson)
  enabled starting with gcc 4.1

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat May 7 23:08:59 2005 UTC (19 years ago) by leitner
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +3 -1 lines
doc update

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat May 7 23:07:33 2005 UTC (19 years ago) by leitner
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -3 lines
  implement gettimeofday vsyscall for x86_64
  replace unfinished plug&play DNS hack with zeroconf,
    rename dietfeatures.h option to WANT_PLUGPLAY_DNS.
    A small dns daemon can be found in contrib/dnsd.c
    Not tested at all except against each other!

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Apr 4 05:30:03 2005 UTC (19 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
disable stackguard per default (smaller binaries)

Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Dec 17 19:14:49 2004 UTC (19 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -0 lines
  add sigisemptyset, sigandset and sigorset (John K. Hohm)
  minor additions to make gdb 6.3 happy (John K. Hohm)
  ld.so support for gdb (John K. Hohm)
  implement nice(2) via setpriority() if there is no nice syscall

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Dec 17 18:47:58 2004 UTC (19 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +3 -0 lines
  tzfile parser fix (John K. Hohm)
  ppc64 fixes (Gwenole Beauchesne)
  work around "diet /usr/bin/gcc" not finding ~/.diet/gcc

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Dec 12 17:08:36 2004 UTC (19 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +0 -3 lines
remove WANT_NONCOMPLIANT_STRNCAT (misunderstanding)

Revision 1.54: 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.53: preferred, colored
Changes since revision 1.53: +7 -2 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.53: download - view: text, markup, annotated - select for diffs
Mon Jan 19 16:47:23 2004 UTC (20 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -0 lines
document the WANT_SYSENTER and user-mode-linux problem

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Oct 11 09:36:49 2003 UTC (20 years, 7 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
fixing strtok_r (rewrite)
making the %m support NON DEFAULT as it is NOT SUSv3 or SUSv2
started to fix scanf

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Oct 10 13:37:34 2003 UTC (20 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -0 lines
several metric tons of new ports (ppc64, s390x), new functionality (%m
in printf) and fixes from SuSE

Revision 1.50: download - view: text, markup, annotated - select for diffs
Fri Sep 26 13:20:09 2003 UTC (20 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
disable the ipv6 plug and play dns until it's done

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Sep 19 23:25:58 2003 UTC (20 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +4 -0 lines
add experimental IPv6 plug-and-play DNS (see
http://www.fefe.de/ipv6pnpdns.html, disable in dietfeatures.h)

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Apr 13 03:31:24 2003 UTC (21 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -1 lines
I found a way to make sysenter backwards compatible
It probably breaks WANT_DYNAMIC

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Apr 12 14:49:17 2003 UTC (21 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +4 -0 lines
add vsyscall support on x86-linux2.5

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Aug 19 09:42:42 2002 UTC (21 years, 9 months 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.45: preferred, colored
Changes since revision 1.45: +4 -0 lines
add WANT_INET_ADDR_DNS to make gethostbyname not look up dotted decimal
IPs but fill in the struct hostent directly.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Jul 2 23:05:47 2002 UTC (21 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +4 -1 lines
make the DNS resolver IPv6 transport capable

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Jun 17 03:48:22 2002 UTC (21 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -0 lines
add syscall() and a few tests

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Apr 2 14:57:41 2002 UTC (22 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +4 -0 lines
make strncpy optionally zero-fill and not just zero-terminate.
The standard says it should, but it's bloat and normally not useful.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Mar 5 16:28:11 2002 UTC (22 years, 2 months ago) by olaf
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -0 lines
FIXED a bug in *scanf (there was no long long handling).
one step more to unified libdl/dynlinker (still 3 functions missing).

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Feb 8 23:40:58 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +0 -6 lines
remove buggy strsep option.  It wasn't glibc that was buggy, it was the
Linux man page.

Revision 1.40: 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.39: preferred, colored
Changes since revision 1.39: +6 -1 lines
optimize fread()ing large blocks.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Jan 31 13:33:03 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
fixed typo
fixed of by one bug

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Jan 29 10:13:59 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +8 -1 lines
optional malloc(0) returns a "zero"-object

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Jan 22 11:55:33 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
fixed some weak dependencies...

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Jan 22 11:25:34 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
start using __attribute__((malloc)) to improve tell the gcc 3 optimizer
that a function returns a malloced pointer, i.e. the pointer can't alias
any existing data.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jan 21 17:04:39 2002 UTC (22 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +6 -1 lines
Now teh installation of static and dynamic dosen't conflict...

Revision 1.34: 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.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
several bug fixes from Uwe Ohse.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Oct 25 18:36:36 2001 UTC (22 years, 6 months ago) by olaf
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -0 lines
changed the diet warpper to generate dynamic-linked programs and shared
objects.
found some non-working functions due to libdl/dietld.so (still debuging).

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Oct 10 23:55:35 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -0 lines
add very cool linker error (WANT_SAFEGUARD in dietfeatures.h) that makes
ld barf if you try to link an object file compiled with "diet gcc"
against glibc.  The resulting binaries will very likely not work.
This is some funkly linker trickery that I invented here, I'm quite
proud of myself now. ;)

Revision 1.31: 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.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
add 32-bit uid syscalls (and prototypes).
We still need backwards compatibility wrappers.

Revision 1.30: 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.29: preferred, colored
Changes since revision 1.29: +3 -0 lines
add md5 crypt

Revision 1.29: 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.28: preferred, colored
Changes since revision 1.28: +6 -0 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.28: download - view: text, markup, annotated - select for diffs
Wed Jul 11 14:59:32 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
it's ttyname.o, not tty.o (in the Makefile dependencies)

Revision 1.27: 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.26: preferred, colored
Changes since revision 1.26: +3 -0 lines
/etc/hosts support!

Revision 1.26: 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.25: preferred, colored
Changes since revision 1.25: +0 -5 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.25: download - view: text, markup, annotated - select for diffs
Tue Jun 26 15:19:11 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
cleanse rpc from bcopy, fix ttyname for !isatty case

Revision 1.24: 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.23: preferred, colored
Changes since revision 1.23: +1 -0 lines
long long support (optional) for printf (%lld)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu May 31 17:03:40 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
lots of errno cleanups,
lots of errno related thread-safeness cleanups in librpc (don't ask).

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu May 31 16:12:26 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -0 lines
cleaner errno vs. *__errno_location() handling.
add dummy iconv (iconv_open always returns EINVAL).
add expect() optimization in qsort.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed May 23 14:57:32 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +5 -0 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.20: 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.19: preferred, colored
Changes since revision 1.19: +4 -1 lines
setfsuid, setfsgid syscalls.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed May 16 23:41:36 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
add threadsafe.sh hack.

Revision 1.18: 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.17: preferred, colored
Changes since revision 1.17: +6 -0 lines
new configuration option: make strsep conform to glibc (and what openssh
expects) instead of what the man page says.  ARGH!!!

Revision 1.17: 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.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
ungetc data was not initialized in stdio FILEs.

Revision 1.16: 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.15: preferred, colored
Changes since revision 1.15: +3 -0 lines
make the non-compliant behaviour of strncat configurable in
dietfeatures.h

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu May 10 15:43:21 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
typo, WANT_THREAD_SAVE -> WANT_THREAD_SAFE

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu May 10 11:33:07 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
add msg* library and pthread check for WANT_THREAD_SAFE in
dietfeatures.h

Revision 1.13: 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.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
add "%.2f" support for printf.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 5 20:11:59 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
make scanf character classes configurable in dietfeatures.h

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Mar 22 09:30:49 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
oops, trivial fix for initgroups.

Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
fixed (?) __dtostr.

Revision 1.9: 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.8: preferred, colored
Changes since revision 1.8: +0 -4 lines
add several functions to make busybox compile and partially link.

Revision 1.8: 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.7: preferred, colored
Changes since revision 1.7: +4 -0 lines
added tzfile implementation (read /etc/localtime to get time zone).
Finally, localtime() can cope with daylight saving time!

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Mar 9 21:21:34 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -0 lines
alpha time() fix.

Revision 1.6: 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.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
gethostbyaddr!1!!

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 15 22:46:35 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -0 lines
added ungetc (yuck!)

Revision 1.4: 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.3: preferred, colored
Changes since revision 1.3: +6 -0 lines
Implemented linker warnings!  Woohoo!
Added linker warnings to a couple of dangerous or bloaty functions.

Revision 1.3: 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.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
fixed fread on pipes.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Feb 2 21:21:27 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
added empty math.h and sys/times.h.
added sys/poll.h and sys/file.h.
tried to add large file support.

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>