Up to [cvs.netbsd.org] / src / lib / libc / stdlib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.51, Wed Jan 25 15:43:01 2006 UTC (6 years, 4 months ago) by kleink
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
netbsd-5-base,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-nb5-pq3-base,
matt-nb5-pq3,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
HEAD
Changes since 1.50: +2 -2
lines
FILE REMOVED
Drop in gdtoa as a replacement for dtoa, strtod() from stdlib/strtod.c.
Revision 1.50 / (download) - annotate - [select for diffs], Sun Dec 4 17:57:25 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.49: +6 -5
lines
Diff to previous 1.49 (colored)
Older gcc does not support #ifdef inside macro expansion.
Revision 1.49 / (download) - annotate - [select for diffs], Tue Nov 29 03:12:00 2005 UTC (6 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.48: +6 -7
lines
Diff to previous 1.48 (colored)
WARNS=4
Revision 1.48 / (download) - annotate - [select for diffs], Sun Apr 24 23:29:06 2005 UTC (7 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.47: +3 -2
lines
Diff to previous 1.47 (colored)
Revert the previous patch. It is not worth it optimizing the code to avoid compiler errors because it makes it gratutiously different.
Revision 1.47 / (download) - annotate - [select for diffs], Sun Apr 24 19:33:52 2005 UTC (7 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.46: +4 -5
lines
Diff to previous 1.46 (colored)
Simplify the code and avoid a compiler issue with -O6 on sparc64: Error: Illegal operands: There are only 32 single precision f registers; [0-31]
Revision 1.45.2.1 / (download) - annotate - [select for diffs], Tue Apr 19 13:35:54 2005 UTC (7 years, 1 month ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0
Changes since 1.45: +13 -12
lines
Diff to previous 1.45 (colored) next main 1.46 (colored)
Pull up revision 1.46 (requested by kleink in ticket #163): Due to their "inverse" treatment of the fraction's MSb, update NAN conversion to construct a quiet NaN on hppa, mips, sh3, and sh5 as well. Also, remove the portion constructing a ROP on vax; this is not required by the standard, and in its consequences it is not an appropriate substitute for a qNaN.
Revision 1.46 / (download) - annotate - [select for diffs], Fri Apr 15 22:46:21 2005 UTC (7 years, 1 month ago) by kleink
Branch: MAIN
Changes since 1.45: +13 -12
lines
Diff to previous 1.45 (colored)
Due to their "inverse" treatment of the fraction's MSb, update NAN conversion to construct a quiet NaN on hppa, mips, sh3, and sh5 as well. Also, remove the portion constructing a ROP on vax; this is not required by the standard, and in its consequences it is not an appropriate substitute for a qNaN.
Revision 1.45 / (download) - annotate - [select for diffs], Wed Feb 9 21:35:47 2005 UTC (7 years, 3 months ago) by kleink
Branch: MAIN
CVS Tags: netbsd-3-base
Branch point for: netbsd-3
Changes since 1.44: +4 -2
lines
Diff to previous 1.44 (colored)
A little libc namespace housekeeping exercise: * Make vfprintf_unlocked() an internal function, c.f. __svfscanf_unlocked(). * Add internal names for arc4random(), endnetpath(), fhstatvfs(), fstatvfs(), mkstemp(), shquote(), statvfs(), taddr2uaddr(), uaddr2taddr(), uuid_create_nil(), uuid_is_nil(), and wcwidth(). * Include namespace.h where supposed to.
Revision 1.44 / (download) - annotate - [select for diffs], Thu Oct 28 21:14:52 2004 UTC (7 years, 6 months ago) by dsl
Branch: MAIN
Changes since 1.43: +4 -4
lines
Diff to previous 1.43 (colored)
Use (unsigned char) cast to sanitise arguments to ctype functions.
Revision 1.43 / (download) - annotate - [select for diffs], Wed Oct 27 19:59:24 2004 UTC (7 years, 6 months ago) by dsl
Branch: MAIN
Changes since 1.42: +4 -4
lines
Diff to previous 1.42 (colored)
Fix a load of international alphabet problems with isxxx() and toupper() Change isspace(*char_ptr) to isspace(*char_ptr & 0xff) so that the correct piece of memory is looked at for the bit mask. gcc optimises out the '& 0xff' (on i386 at least). Fixes problems found by gcc when the splurious (int) cast is removed from the #defines in ctype.h
Revision 1.42 / (download) - annotate - [select for diffs], Sat Jan 18 11:32:04 2003 UTC (9 years, 4 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Changes since 1.41: +3 -3
lines
Diff to previous 1.41 (colored)
Merge the nathanw_sa branch.
Revision 1.36.2.4 / (download) - annotate - [select for diffs], Fri Jun 21 18:18:23 2002 UTC (9 years, 11 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.36.2.3: +4 -55
lines
Diff to previous 1.36.2.3 (colored) next main 1.37 (colored)
Catch up to -current.
Revision 1.41 / (download) - annotate - [select for diffs], Thu Jun 6 20:31:25 2002 UTC (9 years, 11 months ago) by fredette
Branch: MAIN
CVS Tags: nathanw_sa_before_merge,
nathanw_sa_base,
fvdl_fs64_base
Changes since 1.40: +3 -2
lines
Diff to previous 1.40 (colored)
Added hppa support (some of it incomplete) to lib/csu, lib/libc, and lib/libkvm.
Revision 1.40 / (download) - annotate - [select for diffs], Sun May 26 15:04:08 2002 UTC (10 years ago) by wiz
Branch: MAIN
Changes since 1.39: +3 -55
lines
Diff to previous 1.39 (colored)
Remove #ifdef Bad_float_h and #ifndef __STDC__ parts (unneeded).
Revision 1.36.2.3 / (download) - annotate - [select for diffs], Mon Jan 28 20:51:20 2002 UTC (10 years, 3 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.36.2.2: +43 -3
lines
Diff to previous 1.36.2.2 (colored)
Catch up to -current.
Revision 1.39 / (download) - annotate - [select for diffs], Mon Jan 28 00:10:04 2002 UTC (10 years, 3 months ago) by kleink
Branch: MAIN
CVS Tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6
Changes since 1.38: +42 -2
lines
Diff to previous 1.38 (colored)
C99: support INF, INFINITY, NAN and NAN(n-char-sequence-opt) arguments.
Revision 1.38 / (download) - annotate - [select for diffs], Sat Dec 15 03:39:53 2001 UTC (10 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.37: +3 -3
lines
Diff to previous 1.37 (colored)
Use __sh__ instead of __sh3__.
Revision 1.36.2.2 / (download) - annotate - [select for diffs], Mon Oct 8 20:21:18 2001 UTC (10 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.36.2.1: +3 -3
lines
Diff to previous 1.36.2.1 (colored)
Catch up to -current.
Revision 1.36.2.1 / (download) - annotate - [select for diffs], Wed Aug 8 16:27:45 2001 UTC (10 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.36: +3 -3
lines
Diff to previous 1.36 (colored)
_REENT -> _REENTRANT
Revision 1.37 / (download) - annotate - [select for diffs], Tue Jun 19 22:08:07 2001 UTC (10 years, 11 months ago) by fvdl
Branch: MAIN
Changes since 1.36: +3 -3
lines
Diff to previous 1.36 (colored)
Add x86_64 to the list of if defined(blah) for endian determination (surely this can be done in a better way).
Revision 1.36 / (download) - annotate - [select for diffs], Wed Feb 21 18:09:26 2001 UTC (11 years, 3 months ago) by bjh21
Branch: MAIN
Branch point for: nathanw_sa
Changes since 1.35: +5 -4
lines
Diff to previous 1.35 (colored)
Add support for ARM VFP-format doubles, conditional on __VFP_FP__.
Revision 1.35 / (download) - annotate - [select for diffs], Fri Feb 9 18:38:33 2001 UTC (11 years, 3 months ago) by bjh21
Branch: MAIN
Changes since 1.34: +4 -5
lines
Diff to previous 1.34 (colored)
__arm26__ || __arm32__ -> __arm__ Not least because the unified NetBSD/arm compiler probably won't predefine __arm26__ or __arm32__.
Revision 1.34 / (download) - annotate - [select for diffs], Tue May 9 21:55:53 2000 UTC (12 years ago) by bjh21
Branch: MAIN
CVS Tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl
Changes since 1.33: +3 -2
lines
Diff to previous 1.33 (colored)
Initial commit of arm26 port
Revision 1.32.6.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:29:44 1999 UTC (12 years, 5 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored) next main 1.33 (colored)
Pull up to last week's -current.
Revision 1.33 / (download) - annotate - [select for diffs], Fri Nov 26 07:39:45 1999 UTC (12 years, 6 months ago) by msaitoh
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored)
check __sh3__
Revision 1.32 / (download) - annotate - [select for diffs], Sat Feb 6 16:01:22 1999 UTC (13 years, 3 months ago) by kleink
Branch: MAIN
CVS Tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
comdex-fall-1999-base,
comdex-fall-1999
Branch point for: wrstuden-devbsize
Changes since 1.31: +11 -2
lines
Diff to previous 1.31 (colored)
Serialize freelist access with a mutex.
Revision 1.31 / (download) - annotate - [select for diffs], Sat Feb 6 02:05:01 1999 UTC (13 years, 3 months ago) by simonb
Branch: MAIN
Changes since 1.30: +120 -100
lines
Diff to previous 1.30 (colored)
Changes from Niklas Hallqvist from OpenBSD. Commit message there was: Make code ANSI/ISO C conformant. Formerly undefined constructs were used making load/store architectures (like mips&alpha) fail whn compiled with gcc -O2. Tested on mips and i386 ok. Can someone with an alpha test this please?
Revision 1.30 / (download) - annotate - [select for diffs], Mon Nov 16 17:43:32 1998 UTC (13 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.29: +3 -2
lines
Diff to previous 1.29 (colored)
Since we are forcing unsigned shifts for portability, define Unsigned_shifts
Revision 1.29 / (download) - annotate - [select for diffs], Sun Nov 15 17:13:52 1998 UTC (13 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.28: +52 -45
lines
Diff to previous 1.28 (colored)
delint
Revision 1.28 / (download) - annotate - [select for diffs], Mon Oct 19 03:32:27 1998 UTC (13 years, 7 months ago) by matt
Branch: MAIN
Changes since 1.27: +3 -3
lines
Diff to previous 1.27 (colored)
More vax -> __vax__ cruft.
Revision 1.27 / (download) - annotate - [select for diffs], Sun Jul 26 14:13:00 1998 UTC (13 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.26: +3 -3
lines
Diff to previous 1.26 (colored)
const poisoning.
Revision 1.26 / (download) - annotate - [select for diffs], Tue Feb 3 18:44:21 1998 UTC (14 years, 3 months ago) by perry
Branch: MAIN
Changes since 1.25: +8 -8
lines
Diff to previous 1.25 (colored)
remove obsolete register declarations
Revision 1.1.1.3 / (download) - annotate - [select for diffs] (vendor branch), Fri Jan 30 21:42:07 1998 UTC (14 years, 3 months ago) by perry
Branch: CSRG,
ATT
CVS Tags: lite-2
Changes since 1.1.1.2: +320 -345
lines
Diff to previous 1.1.1.2 (colored)
import lite-2
Revision 1.25 / (download) - annotate - [select for diffs], Sun Jul 13 20:16:58 1997 UTC (14 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3
Changes since 1.24: +38 -33
lines
Diff to previous 1.24 (colored)
Add local.h for local prototypes. Fix namespace issues for strtoq and strtouq Fix gcc warnings. Fix RCSID's
Revision 1.24 / (download) - annotate - [select for diffs], Sat Mar 29 21:05:22 1997 UTC (15 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.23: +4 -3
lines
Diff to previous 1.23 (colored)
PowerPC is an IEEE floating point system.
Revision 1.23 / (download) - annotate - [select for diffs], Sun Oct 13 00:07:55 1996 UTC (15 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: nsswitch
Changes since 1.22: +3 -3
lines
Diff to previous 1.22 (colored)
<machine/endian.h> -> <sys/types.h>
Revision 1.21.4.1 / (download) - annotate - [select for diffs], Sat Jul 20 01:14:54 1996 UTC (15 years, 10 months ago) by jtc
Branch: netbsd-1-2
CVS Tags: netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001
Changes since 1.21: +3 -3
lines
Diff to previous 1.21 (colored) next main 1.22 (colored)
Pulled up from rev 1.22
Revision 1.22 / (download) - annotate - [select for diffs], Sat Jul 20 01:09:05 1996 UTC (15 years, 10 months ago) by jtc
Branch: MAIN
CVS Tags: ivory_soap2
Changes since 1.21: +3 -3
lines
Diff to previous 1.21 (colored)
The argument to isspace() must be representable as an unsigned char. This change casts the argument to an unsigned char so that this function will work with strings with their 8th bit set.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Feb 16 21:19:29 1996 UTC (16 years, 3 months ago) by mark
Branch: MAIN
CVS Tags: netbsd-1-2-base,
netbsd-1-2-BETA
Branch point for: netbsd-1-2
Changes since 1.20: +12 -3
lines
Diff to previous 1.20 (colored)
Get the floating point byte and word orders correct for the arm32.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Dec 28 08:52:51 1995 UTC (16 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.19: +3 -1
lines
Diff to previous 1.19 (colored)
New-style RCS ids.
Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Thu Jan 5 19:07:23 1995 UTC (17 years, 4 months ago) by jtc
Branch: CSRG,
ATT
CVS Tags: dtoa940104
Changes since 1.1.1.1: +5 -5
lines
Diff to previous 1.1.1.1 (colored)
Import January 4, 1995 version of dtoa from netlib. No need to merge, since the only change was the result of my CONST change being adopted in the master sources.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Dec 23 22:50:19 1994 UTC (17 years, 5 months ago) by jtc
Branch: MAIN
CVS Tags: netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1,
ivory_soap
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
#include <machine/endian.h>.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 22 15:02:48 1994 UTC (17 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.17: +19 -14
lines
Diff to previous 1.17 (colored)
(1) fix up for new compiler predefines (2) clean up IEEE format defines, so that their names are accurate again.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Dec 20 00:43:48 1994 UTC (17 years, 5 months ago) by jtc
Branch: MAIN
Changes since 1.16: +8 -9
lines
Diff to previous 1.16 (colored)
Use "const" qualifier so that tens, tinytens, and bigtens arrays are stored in the text segment.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 14 23:48:02 1994 UTC (17 years, 6 months ago) by dean
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Include code for pmax
Revision 1.15 / (download) - annotate - [select for diffs], Wed Oct 19 03:07:18 1994 UTC (17 years, 7 months ago) by cgd
Branch: MAIN
Changes since 1.14: +35 -36
lines
Diff to previous 1.14 (colored)
be a bit more careful with types.
Revision 1.14.2.2 / (download) - annotate - [select for diffs], Fri Jul 22 05:08:05 1994 UTC (17 years, 10 months ago) by jtc
Branch: netbsd-1-0
Changes since 1.14.2.1: +2495 -0
lines
Diff to previous 1.14.2.1 (colored) to branchpoint 1.14 (colored) next main 1.15 (colored)
Updgraded to March 3, 1994 version of dtoa.c from netlib with our local changes.
Revision 1.14.2.1, Fri Jul 22 05:08:04 1994 UTC (17 years, 10 months ago) by jtc
Branch: netbsd-1-0
Changes since 1.14: +0 -2495
lines
FILE REMOVED
file strtod.c was added on branch netbsd-1-0 on 1994-07-22 05:08:05 +0000
Revision 1.14 / (download) - annotate - [select for diffs], Fri Jul 22 05:08:04 1994 UTC (17 years, 10 months ago) by jtc
Branch: MAIN
CVS Tags: netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0
Branch point for: netbsd-1-0
Changes since 1.13: +24 -2
lines
Diff to previous 1.13 (colored)
Updgraded to March 3, 1994 version of dtoa.c from netlib with our local changes.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Jul 22 04:53:14 1994 UTC (17 years, 10 months ago) by jtc
Branch: CSRG,
ATT
CVS Tags: dtoa940303
Changes since 1.1: +341 -279
lines
Diff to previous 1.1 (colored)
Import virgin copy of March 3, 1994 version of dtoa from netlib to provide a good baseline for future updates.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Feb 25 07:41:35 1994 UTC (18 years, 3 months ago) by phil
Branch: MAIN
CVS Tags: netbsd-1-0-base
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Adding ns32k support.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 28 19:42:49 1993 UTC (18 years, 5 months ago) by jtc
Branch: MAIN
Changes since 1.11: +3 -1
lines
Diff to previous 1.11 (colored)
#include <ctype.h> to use the isspace() macro.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Dec 21 19:24:09 1993 UTC (18 years, 5 months ago) by jtc
Branch: MAIN
Changes since 1.10: +11 -2
lines
Diff to previous 1.10 (colored)
Fix bug #12, strtod() now uses localeconv() to get locale specific decimal point character.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Dec 21 18:59:11 1993 UTC (18 years, 5 months ago) by jtc
Branch: MAIN
Changes since 1.9: +17 -23
lines
Diff to previous 1.9 (colored)
Use isspace() instead of a switch statement with explicit values when skipping leading spaces. This is needed for compliant behavior once localization support is integrated.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Dec 7 18:54:32 1993 UTC (18 years, 5 months ago) by jtc
Branch: MAIN
Changes since 1.8: +5 -1
lines
Diff to previous 1.8 (colored)
Restore 4 lines of code that UCB added that got lost when I upgraded to the latest version of this code. This bug was responsible for printf formatting errors when values were rounded to 0.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Dec 3 03:30:16 1993 UTC (18 years, 5 months ago) by briggs
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Add mc68000 to the list for IEEE_MC68k. Checks for hp300 and amiga should prob. be removed at some point, but they do no harm being there.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Nov 11 02:08:55 1993 UTC (18 years, 6 months ago) by jtc
Branch: MAIN
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Forgot to change dtoa() to __dtoa() when I updated the code from netlib.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 10 01:58:57 1993 UTC (18 years, 6 months ago) by jtc
Branch: MAIN
Changes since 1.5: +324 -279
lines
Diff to previous 1.5 (colored)
Upgraded to Jun 21, 1993 version from research.att.com: With 32-bit ints, the former could give too small a block for the return value when, e.g., mode = 2 or 4 and ndigits = 24 (16 for 16-bit ints). tweak to work with 32-bit ints and 64-bit long
Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 19 08:34:29 1993 UTC (18 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
#if defined(hp300) || defined(sparc) || defined(amiga) The knowledge about floating point format should really be pulled in from somewhere better.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 26 00:48:12 1993 UTC (18 years, 9 months ago) by jtc
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Declare rcsid strings so they are stored in text segment.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 1 18:36:53 1993 UTC (18 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Add RCS identifiers.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 12 01:23:14 1993 UTC (18 years, 10 months ago) by mycroft
Branch: MAIN
CVS Tags: netbsd-0-9-base,
netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA,
netbsd-0-9
Changes since 1.1: +8 -0
lines
Diff to previous 1.1 (colored)
Make this work on more than just a 386.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 9 09:40:18 1993 UTC (18 years, 10 months ago) by cgd
Branch: MAIN
update for better FP routines, from AT&T & elsewhere