LinuxTV

CVS log for dietlibc/include/stdlib.h

[BACK] Up to [DVB] / dietlibc / include

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue May 2 21:11:36 2017 UTC (7 years, 1 month ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -1 lines
secure_getenv

Revision 1.56: download - view: text, markup, annotated - select for diffs
Fri Feb 10 20:31:46 2017 UTC (7 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
add alloc_size attribute to reallocarray

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu May 14 23:20:24 2015 UTC (9 years ago) by leitner
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +7 -0 lines
  add getentropy, lazy arc4random clone (OpenBSD)

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri May 9 17:04:04 2014 UTC (10 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -0 lines
add reallocarray as defined by OpenBSD
to ease implementation, turn uintmax_t into uint128_t on 64-bit platforms

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Apr 19 15:07:34 2014 UTC (10 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
Massive ARM changes from Enrico Scholz

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Mar 3 17:33:16 2011 UTC (13 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -0 lines
fix compiler warnings
make i386 start code slightly smaller (I think profiling was broken,
too, and this should fix it)
add PIC stack smash handler

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Sep 23 02:11:00 2010 UTC (13 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
make gnu grep compile

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Mar 14 22:53:03 2010 UTC (14 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
add wcstombs and wcsrtombs

Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Sep 20 18:51:18 2007 UTC (16 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -0 lines
add mblen

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Sep 9 02:11:18 2007 UTC (16 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -0 lines
  add btowc, wctype, iswctype

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Sep 9 01:37:54 2007 UTC (16 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -0 lines
  add mbsinit, mbrlen, mbtowc, wctomb, mbrtowc, wcrtomb

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Jul 4 03:33:02 2006 UTC (17 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -1 lines
  fix fd leak in if_nameindex (Florian Westphal)
  fix printf %g (well, get closer)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Sep 21 07:33:08 2005 UTC (18 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -1 lines
  update syscalls
  lots of fixes from Markus FX Oberhumer:
    * better signal handling error detection
    * setjmp.S on i386
    * getenv on i386
    * sys/stat.h -malign-double fix
    * update fcntl.h for MIPS to 2.6.13 version
    * jmp_buf is 40*8 instead of 58*8 on ppc64.
    * This patch fixes the section of the TOC entries on ppc64
    * libstdc++ updates for gcc 4
    * remove cstddef and cwchar (no longer needed)
    * int -> ssize_t for read and write
    * sigjmp.c: __mask_was_saved was not set in all cases!
    * another round of ILP64 cleanups

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Aug 29 13:12:10 2005 UTC (18 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -0 lines
add clearenv for udev

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Jul 19 09:43:09 2005 UTC (18 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +14 -5 lines
add div,ldiv,lldiv

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Jun 14 02:23:31 2005 UTC (19 years ago) by leitner
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
  remove throw() statements for functions taking function pointer
    arguments (qsort, besearch, ftw)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Mar 15 08:51:22 2005 UTC (19 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +5 -5 lines
  Lots of fixes and patches from Markus Oberhumer.
    libstdc++ compatibility
    ilp64 compatibility
    make diet libc compile with -Werror on 13 platforms
  ppc64 now compiles again

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Apr 14 13:13:29 2004 UTC (20 years, 2 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
- adding 'getgrouplist'
- fixing type of 'unsetenv'
- adding missing realtime syscalls 'clock_*' 'timer_*' and types

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jan 7 15:06:48 2004 UTC (20 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -1 lines
C99 fixes and a new printf test suite (Enrico Scholz)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Aug 21 17:18:56 2003 UTC (20 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3 lines
  first throw, then attributes (Andreas Jabs)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Aug 19 16:58:17 2003 UTC (20 years, 9 months ago) by leitner
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +4 -0 lines
make headers C++ compatible

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon May 26 22:41:28 2003 UTC (21 years ago) by leitner
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
  add __attribute_dontuse__ to declare a few functions as deprecated
  use above to flag a few BSDisms ;-)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Apr 6 02:39:29 2003 UTC (21 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
  rename __pure__ to __pure (Laurent Bercot)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Nov 12 20:17:50 2002 UTC (21 years, 7 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.33: preferred, colored
Changes since revision 1.33: +1 -6 lines
move alloca to <alloca.h>

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Nov 2 15:06:28 2002 UTC (21 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -0 lines
#define MB_CUR_MAX for sed

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Oct 27 16:51:03 2002 UTC (21 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
add killpg prototype (Luc Van Oostenryck)
remove some compiler warnings (Luc Van Oostenryck)
better rand() from Knuth's TAOCP (Luc Van Oostenryck)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Sep 13 12:08:45 2002 UTC (21 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -0 lines
add strtold and strtof for tcc

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jul 8 20:55:32 2002 UTC (21 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
lots of cleanups from Florian LaRoche

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu May 23 17:58:30 2002 UTC (22 years ago) by fefe
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
change __malloc__ to __attribute_malloc__

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Mar 17 19:40:26 2002 UTC (22 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +10 -6 lines
make rand.S use the RAND_MAX from stdlib

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Mar 9 15:48:50 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -0 lines
a few patches to make Berkeley DB and Postfix compile

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Feb 18 19:53:16 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +6 -0 lines
add x86 getenv, grantpt, ptsname and unlockpt from Thomas Ogrisegg
add prototypes in stdlib.h.
remove large commented out code from gethostent
fix parser bug for "search foo,bar" in /etc/resolv.conf

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jan 22 11:25:34 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 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.24: download - view: text, markup, annotated - select for diffs
Wed Jan 9 02:34:08 2002 UTC (22 years, 5 months ago) by fefe
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 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.23: download - view: text, markup, annotated - select for diffs
Mon Oct 8 18:31:38 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
make headers more C++ compliant.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Sep 22 17:45:07 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +11 -0 lines
rand48 from Johannes Kloos

Revision 1.21: 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.20: preferred, colored
Changes since revision 1.20: +5 -5 lines
fix -ansi -pendantic errors and warnings about inline and long long.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Aug 16 18:44:17 2001 UTC (22 years, 9 months ago) by olaf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -0 lines
removed "some" warnings ...

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Aug 14 16:56:49 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -2 lines
enabled a few more obscure gcc warnings and started adding fluff code to
silence them.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Aug 1 17:42:46 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +0 -3 lines
don't define EXIT_SUCCESS and EXIT_FAILURE twice in stdlib.h.  Thanks,
Tino Reichardt!

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

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jul 4 09:51:31 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 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.15: download - view: text, markup, annotated - select for diffs
Sat Jun 16 20:51:43 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -0 lines
#define alloca to __builtin_alloca with gcc.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue May 22 14:04:45 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -0 lines
found some missing prototypes...
and a BUG in getpropto*

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

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

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

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

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Apr 19 18:54:12 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -2 lines
the alloca prototype was duplicate.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Apr 9 15:06:18 2001 UTC (23 years, 2 months ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -0 lines
add alloca to stdlib.h and have diet include stdlib

Revision 1.7: 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.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
kludged around a little with Jeff's entlib stuff ;-}

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Mar 9 19:35:41 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -0 lines
add div and a lot of prototypes.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Mar 4 19:36:46 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
various compilation fixes for the different platforms.

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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 11 14:47:52 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +9 -0 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.2: download - view: text, markup, annotated - select for diffs
Tue Feb 6 12:22:25 2001 UTC (23 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
define EXIT_SUCCESS and EXIT_FAILURE.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 9 17:57:39 2001 UTC (23 years, 5 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>