summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/__gettod.c (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-06-18Corrected so it returns the correct date. Previously was getting the numberJoel Sherrill1-11/+28
of seconds since 1988 from RTEMS and not adding in the 1970-1988 correction factor. Plus removed checks for data/time set since POSIX does not permit this call to fail. GNAT 3.12 depends on this.
1998-03-27Should have included <rtems.h> before checking for ifdef RTEMS_UNIX.Joel Sherrill1-2/+2
Bug report from Olivier Hainque <hainque@inf.enst.fr> on SPARC Solaris 2.6.
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1998-01-23Solaris port updates from Chris JohnsJoel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-09-21Uncommented gettimeofday_r to resolve missing symbol.Joel Sherrill1-2/+0
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
of switching to the modified GNU GPL.
1995-09-26posix support initially addedJoel Sherrill1-2/+2
1995-08-23Support for variable length names added to Object Handler. This supportsJoel Sherrill1-1/+1
both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
1995-05-24Fully tested on all in-house targetsJoel Sherrill1-16/+35