Age | Commit message (Collapse) | Author | Files | Lines |
|
* texinfo.tex (\heading, \subheading, \subsubheading): Can no
longer call the nonexistent \*secheadingi series. Instead, call
\plain*secheading.
(\plainsubsecheading, \plainsubsubsecheading): New macros, by analogy
with \plainsecheading.
(\unnumberedsubseczzz, \unnumberedsubsubseczzz): Call them.
|
|
HEADINGSdoubleafter, \HEADINGSsingleafter, \CHAPPAGoff,
\CHAPPAGon, \CHAPPAGodd): Set \contentsalignmacro, analogous to
\pagealignmacro.
(\startcontents): Call \contentsalignmacro instead of \pagealignmacro.
|
|
|
|
(\smalllispx): Remove \setleading{10pt}. That was too small.
(\doprintindex): Do not call \tex ... \Etex. Index files are Texinfo
source, not TeX source, except for using \ instead of @ as the
escape character (for now).
|
|
|
|
* w32/include/pathstuff.h: Added prototype for the new
function convert_vpath_to_win32. Deleted macro for same.
|
|
* w32/pathstuff.c: Turned convert_vpath_to_win32() into a
real function. This was done so that VPATH could contain
white space separated pathnames. Please note that directory
paths (in VPATH/vpath context) containing white space are not
supported (just as they are not under Unix). See README.WIN32
for suggestions.
|
|
* w32/pathstuff.c: Turned convert_vpath_to_win32() into a
real function. This was done so that VPATH could contain
white space separated pathnames. Please note that directory
paths (in VPATH/vpath context) containing white space are not
supported (just as they are not under Unix). See README.WIN32
for suggestions.
* README.WIN32: Added some notes about why I chose not to try
and support pathnames which contain white space and some
workaround suggestions.
|
|
(chapfonts, secfonts, subsecfonts, indexfonts): Call \setleading.
(\chfplain, \secheading, \plainsecheading, \subsecheading,
\subsubheading): Rewrite to properly \hangindent the title.
(\sectionheading): New generic macro to print section titles.
|
|
|
|
|
|
* GNUmakefile (mkdep-nolib): Use -MM option unconditionally.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* main.c (define_makeflags): Back up P to point at null terminator
when killing final space and dash before setting MFLAGS.
|
|
|
|
* GNUmakefile (win32files): Add NMakefile.
|
|
From Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>:
* dir.c [__MSDOS__] [DJGPP > 1]: Include <libc/dosio.h> and defin
`__opendir_flags' initialized to 0.
[__MSDOS__] (dosify) [DJGPP > 1]: Return name unchanged if _USE_LFN.
(find_directory) [__MSDOS__ && DJGPP > 1]: If _USE_LGN, set
__opendir_flags to __OPENDIR_PRESERVE_CASE.
|
|
* GNUmakefile (win32files): Add NMakefile.
* NMakefile (LDFLAGS_debug): Value fixed by tulloh.
|
|
* vmsfunctions.c (vms_stat): `sys$dassgn (DevChan);' added by kkaempf.
|
|
|
|
* remake.c (f_mtime) [VMS]: Add missing `if' conditional for future
modtime check.
* config.h-vms, makefile.vms, readme.vms, vmsify.c: Update address.
|
|
* configure.in: Require autoconf 2.10 or later.
|
|
|
|
|
|
|
|
|
|
|
|
* GNUmakefile (win32files): New variable.
(distfiles): Add it.
* w32: Updated by Rob Tulloh.
|
|
* makefile.vms (LOADLIBES): Fix typo.
|
|
|
|
* job.c (construct_command_argv_internal): Fix up #else, #endifs.
|
|
* remake.c (f_mtime): Don't compare MTIME to NOW if MTIME == -1.
|
|
* configh.dos: Define HAVE_DIRENT_H instead of DIRENT.
|
|
|
|
|
|
|
|
|
|
|
|
* main.c (main): Exit with status 2 when update_goal_chain returns 2.
|
|
|
|
|
|
* configure.in: Don't check for _sys_siglist.
* make.h [HAVE__SYS_SIGLIST]: Don't test this; just punt if there is
no strsignal or sys_siglist.
|
|
|
|
* job.c (start_job_command): Call block_sigs.
(block_sigs): New function, broken out of start_job_command.
(reap_children): Block fatal signals around removing dead child from
chain and adjusting job_slots_used.
* job.h: Declare block_sigs.
|
|
* file.c (file_hash_enter): Allow renaming :: to : when latter is
non-target, or : to :: when former is non-target.
|