Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs, release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs |
|
#
37438111 |
| 01-Dec-1999 |
Archie Cobbs <archie@FreeBSD.org> |
Eliminate compiler warning.
|
#
25792ef3 |
| 24-Nov-1999 |
Archie Cobbs <archie@FreeBSD.org> |
Change the prototype of the strto* routines to make the second parameter a char ** instead of a const char **. This make these kernel routines consistent with the corresponding libc userland routine
Change the prototype of the strto* routines to make the second parameter a char ** instead of a const char **. This make these kernel routines consistent with the corresponding libc userland routines.
Which is actually 'correct' is debatable, but consistency and following the spec was deemed more important in this case.
Reviewed by (in concept): phk, bde
show more ...
|
#
1a4e73ba |
| 03-Nov-1999 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Move strto{u}[ql]() into their own libkern files.
Urged by: bde
|
Revision tags: release/3.3.0_cvs, release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs, release/2.1.0_cvs, release/2.0.5_cvs, release/2.0 |
|
#
f8a31dd2 |
| 25-Oct-1994 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Add strtol() to libkern in support of some other work I'm doing. I just know I'm going to get flamed for adding for the miserable abortion that is libkern, but what am I supposed to do? At least I d
Add strtol() to libkern in support of some other work I'm doing. I just know I'm going to get flamed for adding for the miserable abortion that is libkern, but what am I supposed to do? At least I didn't drag in the ctype stuff! :-)
show more ...
|