about summary refs log tree commit diff
path: root/time/tst-getdate.c
Commit message (Collapse)AuthorAgeFilesLines
* Make local functions static.Andreas Jaeger2000-12-271-1/+1
|
* Update.Ulrich Drepper2000-08-201-2/+2
| | | | | | | | | | | 2000-08-20 Ulrich Drepper <drepper@redhat.com> * time/tst-getdate.c (main): Make error messages more human readable. * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Allow gcc to generic postinc/postdec instruction. (_FPU_SETCW): Likewise. Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
* Reformat.Andreas Jaeger2000-08-201-3/+3
|
* Increase error in case of wrong conversion. Fix typo in test case.Andreas Jaeger2000-08-201-2/+4
|
* Update.Ulrich Drepper2000-03-031-0/+115
2000-03-01 Andreas Jaeger <aj@suse.de> * time/Makefile (tst-getdate-ENV): New flag to pass DATEMSK. (tests): Added tst-getdate. * time/tst-getdate.c: New file. * time/datemsk: New file, needed for tst-getdate.