summaryrefslogtreecommitdiff
path: root/src/systime.h
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* Update GPL to version 2.Karl Heuer1995-06-151-1/+1
|
* Don't include <utime.h> here; do it in sysdep.c instead.Karl Heuer1994-10-021-3/+0
|
* Declare set_file_times.Karl Heuer1994-09-181-24/+4
|
* (EMACS_GET_TIME): Test GETTIMEOFDAY_ONE_ARGUMENT, not USG5_4.Richard M. Stallman1994-06-171-3/+3
|
* Make previous change limited to HPUX.Richard M. Stallman1994-05-261-1/+2
|
* If _STRUCT_TIMEVAL is defined, also define __TIMEVAL__.Karl Heuer1994-05-261-0/+8
|
* Update copyright.Karl Heuer1994-05-041-1/+1
|
* (EMACS_TIME_NEG_P): Cast to signed.Karl Heuer1994-03-301-2/+2
|
* (EMACS_GET_TIME) [USG5_4]: Give gettimeofday just one arg.Richard M. Stallman1993-12-261-0/+8
|
* [HAVE_TZNAME]: Declare tzname if not macro.Richard M. Stallman1993-06-061-0/+6
|
* Updated copyright years.Jim Blandy1993-05-221-1/+1
|
* Some time-handling patches from Paul Eggert:Jim Blandy1993-05-201-111/+0
| | | | | | | | | | | | * editfns.c (Fcurrent_time_zone): Take an optional argument specifying what (absolute) time should be used to determine the current time zone. Yield just offset and name of time zone, including DST correction. Yield time zone offset in seconds, not minutes. (lisp_time_argument, difftm): New functions. (Fcurrent_time_string): Use lisp_time_argument. * systime.h (EMACS_CURRENT_TIME_ZONE, EMACS_GET_TZ_OFFSET, EMACS_GET_TZ_NAMES): Remove. * config.h.in: Add HAVE_TM_ZONE.
* * systime.h: Borrow CPP sequence from getdate.y to include theJim Blandy1993-05-151-2/+4
| | | | proper combination of <time.h> and <sys/time.h>.
* * systime.h: Use the strategy from getdate.y to include the properJim Blandy1993-05-111-17/+3
| | | | combination of <time.h> and <sys/time.h>.
* [SCO]: Include time.h.Richard M. Stallman1993-05-091-2/+2
|
* * systime.h: Doc fix.Jim Blandy1993-05-041-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | (EMACS_SET_USECS): Remember that a `usec' is a microsecond, not a millisecond. What's three orders of magnitude between friends? * dispnew.c (Fsit_for, Fsleep_for): Remember to multiply the `milliseconds' argument by 1000 to get microseconds. Changes for Emacs 19 from Thorsten Ohl <ohl@chico.harvard.edu>: * s/mach2.h: copied from the Emacs 18.59 distribution. Don't define NO_REMAP, define START_FILES as `pre-crt0.o' instead. Define LIB_MATH as `-lm', to override the default `-lm -lc' (there is no libc on the NeXT). * ymakefile (STARTFILES): Allow config.h to set this value even if ORDINARY_LINK is defined. * unexnext.c: Fix subdirectories for the machine dependent include files for NeXTStep 3.0; #include <mach/mach.h> and <mach-o/loader.h> instead of <mach.h> and <sys/loader.h>. (getsectbyname): Remove prototype for this; the system #include files take care of that. (malloc_cookie): New variable. (unexec_doit): Set malloc_cookie to the result returned by malloc_freezedry. * emacs.c (main): Declare malloc_cookie to be extern, so that we can get the value set when we dumped and pass it to malloc_jumpstart. * systime.h: The NeXT has a timezone function.
* Comment fixes.Richard M. Stallman1993-04-171-3/+3
|
* * systime.h (EMACS_HAS_USECS): #define this if HAVE_TIMEVAL isJim Blandy1993-03-201-0/+2
| | | | #defined.
* Some VMS changes from Richard Levitte <levitte@e.kth.se>:Jim Blandy1993-03-191-2/+8
| | | | | | | | | | | | | | | | | | | | * [VMS] systime.h: Include vmstime.h. VMS has the timezone variable and the tzname array. * s/vms.h: VMS does have select. mth$dmod is the same as Unix's drem. Use the time functions in vmstime.c. No need to rename the malloc routines if we're using GNU malloc. PURESIZE needs to be 330000. * vmstime.c, vmstime.h: New files. * systty.h: Don't try to initialize extern declarations under VAX C. * vmspaths.h (PATH_LOADSEARCH): Include EMACS_LIBRARY:[LOCAL-LISP] in PATH_LOADSEARCH. (PATH_EXEC): Use EMACS_LIBRARY:[LIB-SRC] instead of [ETC]. * sysdep.c [VMS] (init_sys_modes): Don't allocate process_ef. [VMS] (queue_kbd_input): Build events structure correctly. [VMS] (gethostname): New function. [VMS] (getwd): Don't get the PATH environment variable; that's dumb. Call getcwd.
* * systime.h (timezone): Add an explicit declaration for thisJim Blandy1993-03-111-0/+5
| | | | variable under USG 5-4.
* * systime.h [_AIX]: Move test outside of previous #if.Jim Blandy1993-02-221-12/+12
| | | | (EMACS_GET_TZ_OFFSET) [USG]: Don't declare twice. Prefer tzset.
* * systime.h [USG] (EMACS_GET_TZ_OFFSET): Assign to *(offset), notJim Blandy1992-11-071-3/+3
| | | | | (offset). Don't forget the while corresponding to the do. Include USG in the list of systems that have a tzname array.
* entered into RCSJim Blandy1992-09-131-5/+12
|
* *** empty log message ***Jim Blandy1992-09-131-14/+30
|
* *** empty log message ***Jim Blandy1992-08-191-1/+3
|
* *** empty log message ***Jim Blandy1992-08-121-9/+106
|
* *** empty log message ***Jim Blandy1992-08-121-1/+1
|
* Initial revisionJim Blandy1992-08-121-0/+136