History log of /src/lib/libc/arch/m68k/stdlib |
Revision | Date | Author | Comments |
1.7 | 11-Aug-2009 |
dsl | Change NO_SRCS lines to specify .S in order to exclude the .c file from SRCS but add it to LSRCS (sort of makes sense!).
|
1.6 | 31-Jul-2009 |
dsl | Add the 'abs', 'div' and 'erand48' sources to stdlib/Makefile.inc. Change the arch files only include the .S files. This adds imaxdiv() to some archs where it was missing.
|
1.5 | 22-Mar-2006 |
drochner | build erand48_ieee754.c on everything but vax
|
1.4 | 11-Dec-2000 |
is | Identical on m68k.
|
1.3 | 06-Mar-2000 |
kleink | Add ISO C99 long long integer general utility interfaces; partially addresses PR standards/9482.
|
1.2 | 16-Jan-2000 |
kleink | (Re-)use the assembly version for labs(), too.
|
1.1 | 05-Nov-1997 |
cgd | branches: 1.1.2; A foolish consistency... gen, net, and string all get MD sources specified by including a Makefile.inc from the appropriate MD directory. stdlib doesn't do that, but there's no reason that it shouldn't (and it'd be nice to eliminate the 'if's from the MI stdlib Makefile.inc).
|
1.1.2.2 | 08-Nov-1997 |
veego | pull up changes from the trunk (approved by perry) from cgd: >A foolish consistency... gen, net, and string all get MD sources >specified by including a Makefile.inc from the appropriate MD directory. >stdlib doesn't do that, but there's no reason that it shouldn't (and >it'd be nice to eliminate the 'if's from the MI stdlib Makefile.inc).
|
1.1.2.1 | 05-Nov-1997 |
veego | file Makefile.inc was added on branch netbsd-1-3 on 1997-11-08 21:56:38 +0000
|
1.8 | 16-Jul-2013 |
matt | WEAK_ALIAS is always present Use END(func)
|
1.7 | 16-Jul-2013 |
matt | Convert to normal Motorola syntax for addressing. %r@ -> (%r) %r@- -> -(%r) %r@+ -> (%r)+ %r@(n) n(%r) etc. No object differences.
|
1.6 | 07-Aug-2003 |
agc | branches: 1.6.56; 1.6.62; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
1.5 | 11-Dec-2000 |
is | Identical on m68k.
|
1.4 | 25-Oct-1999 |
thorpej | Add register prefixes.
|
1.3 | 25-Apr-1997 |
thorpej | branches: 1.3.6; Use <machine/asm.h>
|
1.2 | 13-Dec-1995 |
thorpej | New-style RCS ids. Use the RCSID() macro where appropriate.
|
1.1 | 25-Nov-1993 |
paulus | Machine-dependent files for generic m68k machines (copied from hp300)
|
1.3.6.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.6.62.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.6.56.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.2 | 04-Dec-1993 |
mycroft | Clean up deleted files.
|
1.1 | 25-Nov-1993 |
paulus | Machine-dependent files for generic m68k machines (copied from hp300)
|
1.2 | 17-Mar-1994 |
mycroft | Clean up deleted files.
|
1.1 | 25-Nov-1993 |
paulus | Machine-dependent files for generic m68k machines (copied from hp300)
|
1.2 | 11-Dec-2000 |
is | Identical on m68k.
|
1.1 | 16-Jan-2000 |
kleink | (Re-)use the assembly version for labs(), too.
|
1.6 | 16-Jul-2013 |
matt | WEAK_ALIAS is always present Use END(func)
|
1.5 | 16-Jul-2013 |
matt | Convert to normal Motorola syntax for addressing. %r@ -> (%r) %r@- -> -(%r) %r@+ -> (%r)+ %r@(n) n(%r) etc. No object differences.
|
1.4 | 04-Aug-2008 |
matt | branches: 1.4.2; 1.4.6; 1.4.26; Add C99 functions imaxabs and imaxdiv.
|
1.3 | 07-Aug-2003 |
agc | branches: 1.3.32; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
1.2 | 29-May-2001 |
kleink | Add missing internal names and weak aliases to assembly versions.
|
1.1 | 06-Mar-2000 |
kleink | branches: 1.1.6; Add ISO C99 long long integer general utility interfaces; partially addresses PR standards/9482.
|
1.1.6.1 | 08-Oct-2001 |
nathanw | Catch up to -current.
|
1.3.32.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.4.26.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.4.6.2 | 04-Aug-2008 |
matt | Add C99 functions imaxabs and imaxdiv.
|
1.4.6.1 | 04-Aug-2008 |
matt | file llabs.S was added on branch christos-time_t on 2008-08-04 21:29:29 +0000
|
1.4.2.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|