log

age author description
Tue, 10 Aug 1993 04:36:30 +0000 Richard M. Stallman (Vinvocation_directory): Declared.
Tue, 10 Aug 1993 04:19:12 +0000 Richard M. Stallman Change revision number and comments.
Tue, 10 Aug 1993 04:18:52 +0000 Richard M. Stallman Added section on local variables.
Tue, 10 Aug 1993 04:18:28 +0000 Richard M. Stallman (tpu-gnu-map-key): Repaired the key name
Tue, 10 Aug 1993 04:18:07 +0000 Richard M. Stallman (tpu-search-internal): Changed variable
Tue, 10 Aug 1993 04:17:38 +0000 Richard M. Stallman (tpu-version): Print version number rather than the RCS revision number.
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (gnus-caesar-region): Replace `%' by `mod' and simplify.
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (calendar-/, calendar-%): Remove, since floor and mod
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert solar-mod -> mod
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (siolar-mode): Remove, since mod now subsumes it. ALl callers changed.
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert `mod' is no longer an alias for `%'.
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (floor*): Use `floor' instead of doing most the work ourselves.
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (ring-mod): Remove, since floor and mod
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert Remove, since floor and mod
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (abs, ceiling, floor): Remove, since they now redefine
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert ring-mod -> mod
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (isearch-ring-adjust1, isearch-ring-advance-edit): Replace `%' by `mod' and simplify.
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (current-kill): Replace (% (+ N (- L K)) L) with (mod (- N K) L),
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (timezone-fix-time, timezone-zone-to-minute): Simplify with `abs'
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (vc-previous-comment): Use `mod', not `ring-mod'.
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (Fmod): New function; result is always same sign as divisor.
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (main): Invoke syms_of_floatfns even if LISP_FLOAT_TYPE
Tue, 10 Aug 1993 04:14:17 +0000 Paul Eggert (Ffloor): Optional second operand specifies divisor, as in Common Lisp.
Tue, 10 Aug 1993 01:32:23 +0000 Richard M. Stallman (unexec): Add casts for some comparisons.