bpt/emacs.git
23 years ago(print_help): Enclose the regexp in the help text example in quotes.
Eli Zaretskii [Fri, 27 Apr 2001 13:36:06 +0000 (13:36 +0000)]
(print_help): Enclose the regexp in the help text example in quotes.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 27 Apr 2001 13:01:17 +0000 (13:01 +0000)]
*** empty log message ***

23 years ago(rmail-message-regexp-p): Don't match before
Gerd Moellmann [Fri, 27 Apr 2001 13:00:42 +0000 (13:00 +0000)]
(rmail-message-regexp-p): Don't match before
headers.

23 years ago(turn_on_face): Fix reverse video handling on terminals
Gerd Moellmann [Fri, 27 Apr 2001 12:37:32 +0000 (12:37 +0000)]
(turn_on_face): Fix reverse video handling on terminals
that don't support colors.

23 years agoClarify when C-? is available as Help.
Richard M. Stallman [Thu, 26 Apr 2001 19:46:26 +0000 (19:46 +0000)]
Clarify when C-? is available as Help.
Explain that normal-erase-is-backspace-mode toggles between the two modes.
Describe the case where BACKSPACE has been remapped to DELETE
in the window system.

23 years agoAdd doc strings for some functions.
Richard M. Stallman [Thu, 26 Apr 2001 19:44:30 +0000 (19:44 +0000)]
Add doc strings for some functions.
(dabbrev--eliminate-newlines): New variable.
(dabbrev--substitute-expansion): Convert newlines to spaces
if dabbrev--eliminate-newlines is set.
If abbrev and expansion are both all-lower-case,
leave dabbrev--last-case-pattern nil.

23 years ago*** empty log message ***
Richard M. Stallman [Thu, 26 Apr 2001 19:43:32 +0000 (19:43 +0000)]
*** empty log message ***

23 years ago(rmail-message-regexp-p): Use rfc822-goto-eoh
Gerd Moellmann [Thu, 26 Apr 2001 13:43:42 +0000 (13:43 +0000)]
(rmail-message-regexp-p): Use rfc822-goto-eoh
if necessary, like in rmail-show-message.

23 years ago(save_excursion_restore): Don't use XBUFFER on
Gerd Moellmann [Thu, 26 Apr 2001 12:37:43 +0000 (12:37 +0000)]
(save_excursion_restore): Don't use XBUFFER on
a non-buffer.

23 years ago(Operating on Files): Document dired-dwim-target.
Eli Zaretskii [Thu, 26 Apr 2001 11:35:32 +0000 (11:35 +0000)]
(Operating on Files): Document dired-dwim-target.

23 years agoColor specified by number is forced to be float number.
Gerd Moellmann [Thu, 26 Apr 2001 09:30:00 +0000 (09:30 +0000)]
Color specified by number is forced to be float number.
(ps-print-version): New version number (6.5.1.1).
(ps-header-frame-alist, ps-footer-frame-alist): Adjust color
initialization.
(ps-prefix-quote): New internal var.
(ps-print-quote): New fun.
(ps-setup, ps-output-frame-properties, ps-float-format)
(ps-format-color): Code fix.
(ps-plot-region): Eliminate redundant foreground color text
setting.

23 years ago(dabbrev--select-buffers): Add a doc string.
Eli Zaretskii [Thu, 26 Apr 2001 07:40:14 +0000 (07:40 +0000)]
(dabbrev--select-buffers): Add a doc string.

23 years agoAdd @need before Deletion node.
Richard M. Stallman [Thu, 26 Apr 2001 00:31:11 +0000 (00:31 +0000)]
Add @need before Deletion node.
Don't try to draw a left arrow with @key{<-}.

23 years agoExplain better what a face is and what it does.
Richard M. Stallman [Thu, 26 Apr 2001 00:30:15 +0000 (00:30 +0000)]
Explain better what a face is and what it does.

23 years agoFix command names dired-do-flagged-delete,
Richard M. Stallman [Thu, 26 Apr 2001 00:29:21 +0000 (00:29 +0000)]
Fix command names dired-do-flagged-delete,
dired-do-query-replace-regexp, dired-unmark-all-marks.

Fix xrefs to Dired-X and Misc File Ops.

Correct the uuencode shell command example to handle spaces.

Explain prefix args to k and l better,
especially negative args.

23 years agoExplain how META may be labeled.
Richard M. Stallman [Thu, 26 Apr 2001 00:26:05 +0000 (00:26 +0000)]
Explain how META may be labeled.
Use "key" or "event" instead of "character" where appropriate.
Minor clarifications.

23 years agoCorrect typo on pdb-mode-hook.
Richard M. Stallman [Thu, 26 Apr 2001 00:24:48 +0000 (00:24 +0000)]
Correct typo on pdb-mode-hook.
Minor cleanup.

23 years agoDocument byte-debug-flag.
Eli Zaretskii [Wed, 25 Apr 2001 21:45:52 +0000 (21:45 +0000)]
Document byte-debug-flag.

23 years agoDocument problems with DJGPP and NT's `redir' program.
Eli Zaretskii [Wed, 25 Apr 2001 21:33:25 +0000 (21:33 +0000)]
Document problems with DJGPP and NT's `redir' program.

23 years agoMention problems with Windows NT's `redir' program.
Eli Zaretskii [Wed, 25 Apr 2001 21:30:04 +0000 (21:30 +0000)]
Mention problems with Windows NT's `redir' program.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 25 Apr 2001 18:32:07 +0000 (18:32 +0000)]
*** empty log message ***

23 years ago(toggle_highlight): New function.
Gerd Moellmann [Wed, 25 Apr 2001 18:31:33 +0000 (18:31 +0000)]
(toggle_highlight): New function.
(turn_on_face): Change handling of reverse video.

23 years ago(tty-handle-reverse-video): Don't set inverse-video.
Gerd Moellmann [Wed, 25 Apr 2001 18:16:30 +0000 (18:16 +0000)]
(tty-handle-reverse-video): Don't set inverse-video.

23 years agoFix a typo in a comment.
Eli Zaretskii [Wed, 25 Apr 2001 17:17:33 +0000 (17:17 +0000)]
Fix a typo in a comment.

23 years ago(Info-additional-directory-list): Doc fix.
Eli Zaretskii [Wed, 25 Apr 2001 17:17:01 +0000 (17:17 +0000)]
(Info-additional-directory-list): Doc fix.

23 years ago(find-lisp-find-dired-filter)
Eli Zaretskii [Wed, 25 Apr 2001 16:22:14 +0000 (16:22 +0000)]
(find-lisp-find-dired-filter)
(find-lisp-find-dired-subdirectories, find-lisp-find-dired): Add
autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.

23 years ago(makefile-font-lock-keywords):
Stefan Monnier [Wed, 25 Apr 2001 15:52:45 +0000 (15:52 +0000)]
(makefile-font-lock-keywords):
Rationalize the rules for includes and conditionals and use the
keyword face for them.

23 years ago(modify-face): Add compatibility for non-interactive use.
Stefan Monnier [Wed, 25 Apr 2001 15:22:53 +0000 (15:22 +0000)]
(modify-face): Add compatibility for non-interactive use.

23 years ago(wait_reading_process_input): Call
Gerd Moellmann [Wed, 25 Apr 2001 15:12:49 +0000 (15:12 +0000)]
(wait_reading_process_input): Call
record_asynch_buffer_change only if a timer really changed
buffers.

23 years ago(mouse_face_overlay_overlaps): Fix the computation
Gerd Moellmann [Wed, 25 Apr 2001 14:51:11 +0000 (14:51 +0000)]
(mouse_face_overlay_overlaps): Fix the computation
of the number of overlays to check.

23 years ago(command_loop_1): Redo change of 2001-03-12.
Gerd Moellmann [Wed, 25 Apr 2001 14:36:32 +0000 (14:36 +0000)]
(command_loop_1): Redo change of 2001-03-12.

23 years ago(try_window_id): Fix a case where window_end_pos
Gerd Moellmann [Wed, 25 Apr 2001 14:15:21 +0000 (14:15 +0000)]
(try_window_id): Fix a case where window_end_pos
and window_end_bytepos were not adjusted.

23 years agoFix dates for the last few entries, so they increase monotonically.
Eli Zaretskii [Wed, 25 Apr 2001 13:53:40 +0000 (13:53 +0000)]
Fix dates for the last few entries, so they increase monotonically.

23 years ago*** empty log message ***
Eli Zaretskii [Wed, 25 Apr 2001 13:51:02 +0000 (13:51 +0000)]
*** empty log message ***

23 years ago(install-arch-indep): Add gfdl.1 to the man pages that are installed.
Eli Zaretskii [Wed, 25 Apr 2001 13:50:10 +0000 (13:50 +0000)]
(install-arch-indep): Add gfdl.1 to the man pages that are installed.

23 years agoPlace under GFDL.
Eli Zaretskii [Wed, 25 Apr 2001 13:48:24 +0000 (13:48 +0000)]
Place under GFDL.

23 years agoNew file.
Eli Zaretskii [Wed, 25 Apr 2001 13:47:19 +0000 (13:47 +0000)]
New file.

23 years agoFix a glitch in calc.texinfo patches.
Eli Zaretskii [Wed, 25 Apr 2001 06:01:42 +0000 (06:01 +0000)]
Fix a glitch in calc.texinfo patches.

23 years agoAdd Option Index, produced only in the on-line version of the manual.
Eli Zaretskii [Wed, 25 Apr 2001 05:57:59 +0000 (05:57 +0000)]
Add Option Index, produced only in the on-line version of the manual.

23 years agoAdd @opindex entries to index all command-line options.
Eli Zaretskii [Wed, 25 Apr 2001 05:57:08 +0000 (05:57 +0000)]
Add @opindex entries to index all command-line options.

23 years ago(eshell-find-alias-function): Corrected the fix from last night, since
John Wiegley [Tue, 24 Apr 2001 20:48:14 +0000 (20:48 +0000)]
(eshell-find-alias-function): Corrected the fix from last night, since
it wasn't finding eshell/cd.

23 years ago*** empty log message ***
John Wiegley [Tue, 24 Apr 2001 20:47:45 +0000 (20:47 +0000)]
*** empty log message ***

23 years agowidget-define => define-widget.
Richard M. Stallman [Tue, 24 Apr 2001 15:19:16 +0000 (15:19 +0000)]
widget-define => define-widget.

23 years agoAdapt to the change of string-rectangle back to 20.x behaviour.
Gerd Moellmann [Tue, 24 Apr 2001 11:09:21 +0000 (11:09 +0000)]
Adapt to the change of string-rectangle back to 20.x behaviour.

23 years agoChange entries for string-rectangle and alike.
Gerd Moellmann [Tue, 24 Apr 2001 10:57:54 +0000 (10:57 +0000)]
Change entries for string-rectangle and alike.

23 years ago(string-rectangle): Revert to 20.x behaviour.
Gerd Moellmann [Tue, 24 Apr 2001 10:57:05 +0000 (10:57 +0000)]
(string-rectangle): Revert to 20.x behaviour.
(replace-rectangle): Make it an alias for string-rectangle.
(string-insert-rectangle): New function.

23 years ago(eshell-find-alias-function): Return t in the case where the function
John Wiegley [Tue, 24 Apr 2001 06:33:40 +0000 (06:33 +0000)]
(eshell-find-alias-function): Return t in the case where the function
was defined in a file, but not part of an eshell module.

23 years ago(eshell/diff): Fixed problems that were occurring with Emacs 21's
John Wiegley [Tue, 24 Apr 2001 06:31:46 +0000 (06:31 +0000)]
(eshell/diff): Fixed problems that were occurring with Emacs 21's
diff.el/compile.el interaction layer.

23 years ago(eshell-smart-redisplay): Added some safety code to work around a
John Wiegley [Tue, 24 Apr 2001 03:16:21 +0000 (03:16 +0000)]
(eshell-smart-redisplay): Added some safety code to work around a
redisplay problem I've been having.

23 years ago(timeclock-day-required): If the time required for a particular day is
John Wiegley [Tue, 24 Apr 2001 01:39:55 +0000 (01:39 +0000)]
(timeclock-day-required): If the time required for a particular day is
not set, use `timeclock-workday'.
(timeclock-find-discrep): Added some sample code in a comment.

23 years ago(eshell-command): Made a few changes so that `eshell-command' could be
John Wiegley [Tue, 24 Apr 2001 01:37:31 +0000 (01:37 +0000)]
(eshell-command): Made a few changes so that `eshell-command' could be
called programmatically.
(eshell-non-interactive-p): Moved this variable here.

23 years agoMoved `eshell-non-interactive-p' to eshell.el.
John Wiegley [Tue, 24 Apr 2001 01:37:08 +0000 (01:37 +0000)]
Moved `eshell-non-interactive-p' to eshell.el.

23 years ago(compute_char_face): If buffer is unibyte, set CH to
Gerd Moellmann [Mon, 23 Apr 2001 14:58:40 +0000 (14:58 +0000)]
(compute_char_face): If buffer is unibyte, set CH to
zero instead of -1.

23 years ago(calendar-two-frame-setup, calendar-only-one-frame-setup)
Eli Zaretskii [Mon, 23 Apr 2001 14:22:33 +0000 (14:22 +0000)]
(calendar-two-frame-setup, calendar-only-one-frame-setup)
(calendar-one-frame-setup): Use display-multi-frame-p instead of window-system.

23 years ago(diary-entry-marker, calendar-today-marker, calendar-holiday-marker): Use
Eli Zaretskii [Mon, 23 Apr 2001 14:19:57 +0000 (14:19 +0000)]
(diary-entry-marker, calendar-today-marker, calendar-holiday-marker): Use
display-color-p instead of window-system.
(calendar-mode-map, calendar-mode): Use display-popup-menus-p instead of
window-system.
(calendar-hide-window): Use display-multi-frame-p instead of window-system.

23 years ago(fortune-from-region): Use `eq' instead of `eql'.
Gerd Moellmann [Mon, 23 Apr 2001 12:31:27 +0000 (12:31 +0000)]
(fortune-from-region): Use `eq' instead of `eql'.

23 years agoFix autoload cookies.
Gerd Moellmann [Mon, 23 Apr 2001 11:50:36 +0000 (11:50 +0000)]
Fix autoload cookies.

23 years ago(Colors X): Say "-rv" instead of "-r", for consistency.
Eli Zaretskii [Mon, 23 Apr 2001 10:31:22 +0000 (10:31 +0000)]
(Colors X): Say "-rv" instead of "-r", for consistency.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 23 Apr 2001 10:17:30 +0000 (10:17 +0000)]
*** empty log message ***

23 years agoInstead of defining line-beginning-position and
Gerd Moellmann [Mon, 23 Apr 2001 10:16:54 +0000 (10:16 +0000)]
Instead of defining line-beginning-position and
line-end-position a defalias is used for point-at-bol and
point-at-eol.

Added XEmacs compatibility code.
(goto-address-highlight-keymap): Made keybindings XEmacs
compatible.

23 years agoAdd more translations. From
Gerd Moellmann [Mon, 23 Apr 2001 10:09:46 +0000 (10:09 +0000)]
Add more translations.  From
jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).

23 years agoMinor fix, @var{function} -> @var{mode-function}.
Richard M. Stallman [Sun, 22 Apr 2001 19:10:09 +0000 (19:10 +0000)]
Minor fix, @var{function} -> @var{mode-function}.

23 years agoMinor clarification.
Richard M. Stallman [Sun, 22 Apr 2001 19:08:41 +0000 (19:08 +0000)]
Minor clarification.

23 years agoExplain binding TAB etc using \t etc.
Richard M. Stallman [Sun, 22 Apr 2001 14:55:21 +0000 (14:55 +0000)]
Explain binding TAB etc using \t etc.
Minor clarifications.

23 years agoFully document \d.
Richard M. Stallman [Sun, 22 Apr 2001 14:51:21 +0000 (14:51 +0000)]
Fully document \d.

23 years ago(Rmail make Summary): Document and index rmail-summary-by-regexp.
Eli Zaretskii [Sun, 22 Apr 2001 09:09:37 +0000 (09:09 +0000)]
(Rmail make Summary): Document and index rmail-summary-by-regexp.
Reported by Bill Richter.

23 years ago(sentence-end): Doc fix.
Eli Zaretskii [Sun, 22 Apr 2001 08:35:45 +0000 (08:35 +0000)]
(sentence-end): Doc fix.

23 years ago(wait_reading_process_input) [!subprocesses]: Don't
Eli Zaretskii [Sat, 21 Apr 2001 19:52:11 +0000 (19:52 +0000)]
(wait_reading_process_input) [!subprocesses]: Don't
reference waiting_for_user_input_p, it's not defined in the branch
without async subprocesses support.

23 years ago(Colors X): Add -rv to the list of options.
Eli Zaretskii [Sat, 21 Apr 2001 17:17:16 +0000 (17:17 +0000)]
(Colors X): Add -rv to the list of options.

23 years agoComment fixes.
Gerd Moellmann [Fri, 20 Apr 2001 19:14:21 +0000 (19:14 +0000)]
Comment fixes.

23 years ago(sql-escape-newlines-and-send): New function.
Gerd Moellmann [Fri, 20 Apr 2001 10:03:48 +0000 (10:03 +0000)]
(sql-escape-newlines-and-send): New function.
(sql-db2): Set comint-input-sender to
sql-escape-newlines-and-send.

(sql-db2-program): New option.
(sql-db2-options): New option.
(sql-db2): New function.

(sql-mode-menu): Added highlighting entries.
(sql-highlight-oracle-keywords): New function.
(sql-highlight-postgres-keywords): New function.
(sql-highlight-ansi-keywords): New function.

(sql-help): Doc change.

23 years ago* saveplace.el (save-place-alist-to-file): Removed no-effect code
Karl Fogel [Thu, 19 Apr 2001 22:55:19 +0000 (22:55 +0000)]
* saveplace.el (save-place-alist-to-file): Removed no-effect code
that inserted file content only to delete it immediately.
Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
<lektu@uol.com.br> for the patch.

23 years ago(easy-mmode-defsyntax): Unquote `doc'.
Stefan Monnier [Thu, 19 Apr 2001 22:45:04 +0000 (22:45 +0000)]
(easy-mmode-defsyntax): Unquote `doc'.

23 years agoUse GNU Free Documentation License.
Gerd Moellmann [Thu, 19 Apr 2001 16:49:16 +0000 (16:49 +0000)]
Use GNU Free Documentation License.

23 years agoUse GNU Free Documentation License.
Gerd Moellmann [Thu, 19 Apr 2001 15:26:37 +0000 (15:26 +0000)]
Use GNU Free Documentation License.

23 years agoAdd copyright notices.
Gerd Moellmann [Thu, 19 Apr 2001 14:52:48 +0000 (14:52 +0000)]
Add copyright notices.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 19 Apr 2001 14:52:28 +0000 (14:52 +0000)]
*** empty log message ***

23 years ago(delete_kboard): Prevent a dangling reference
Gerd Moellmann [Thu, 19 Apr 2001 13:00:29 +0000 (13:00 +0000)]
(delete_kboard): Prevent a dangling reference
from current_kboard to KB, which is freed.

23 years ago(wait_reading_process_input): Call
Gerd Moellmann [Thu, 19 Apr 2001 12:47:59 +0000 (12:47 +0000)]
(wait_reading_process_input): Call
record_asynch_buffer_change after running timers, to make
read_key_sequence aware of buffer changes from under it.

23 years agoDoc fix in korean-hangul input method.
Eli Zaretskii [Thu, 19 Apr 2001 07:36:35 +0000 (07:36 +0000)]
Doc fix in korean-hangul input method.

23 years ago(Qscalable_fonts_allowed): New variable.
Gerd Moellmann [Wed, 18 Apr 2001 18:53:11 +0000 (18:53 +0000)]
(Qscalable_fonts_allowed): New variable.
(realizing_basic_faces_p): Removed.
(x_face_list_fonts): Special handling for realizing_basic_faces_p
removed.
(realize_basic_faces): Specbind Qscalable_fonts_allowed to t.
(syms_of_xfaces): Initialize Qscalable_fonts_allowed.  Change
default for scalable-fonts-allowed to t.

23 years agoFix the copying conditions as per GFDL.
Eli Zaretskii [Wed, 18 Apr 2001 18:46:44 +0000 (18:46 +0000)]
Fix the copying conditions as per GFDL.

23 years agoFix markup of control characters.
Eli Zaretskii [Wed, 18 Apr 2001 18:44:01 +0000 (18:44 +0000)]
Fix markup of control characters.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 18 Apr 2001 15:36:20 +0000 (15:36 +0000)]
*** empty log message ***

23 years ago(Finsert_file_contents): If the file size returned from
Gerd Moellmann [Wed, 18 Apr 2001 15:34:35 +0000 (15:34 +0000)]
(Finsert_file_contents): If the file size returned from
stat is zero, set END to READ_BUF_SIZE.  This makes sure we can
read from files on a procfs whose contents are generated
dynamically.

23 years ago(toplevel): Comment out the spec
Gerd Moellmann [Wed, 18 Apr 2001 15:09:36 +0000 (15:09 +0000)]
(toplevel): Comment out the spec
for defmethod.

23 years agoMention comint-cr-magic.
Gerd Moellmann [Wed, 18 Apr 2001 14:27:06 +0000 (14:27 +0000)]
Mention comint-cr-magic.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 18 Apr 2001 14:21:41 +0000 (14:21 +0000)]
*** empty log message ***

23 years ago(comint-cr-magic): New function.
Gerd Moellmann [Wed, 18 Apr 2001 14:18:44 +0000 (14:18 +0000)]
(comint-cr-magic): New function.
(toplevel): Add it to comint-preoutput-filter-functions.

23 years ago*** empty log message ***
Andrew Innes [Wed, 18 Apr 2001 14:11:21 +0000 (14:11 +0000)]
*** empty log message ***

23 years ago(EMACSLOADPATH): Define.
Andrew Innes [Wed, 18 Apr 2001 14:10:23 +0000 (14:10 +0000)]
(EMACSLOADPATH): Define.
(custom-deps):
(autoloads):
(.el.elc):
(compile-files-CMD):
(compile-files-SH):
(recompile): Remove stuff to set EMACSLOADPATH.

23 years ago(EMACSLOADPATH): Define.
Andrew Innes [Wed, 18 Apr 2001 14:09:29 +0000 (14:09 +0000)]
(EMACSLOADPATH): Define.
($(TIT)):
($(MISC_DIC)):
(.el.elc):
(leim-list.el): Remove stuff to set EMACSLOADPATH.

23 years ago(EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
Andrew Innes [Wed, 18 Apr 2001 14:07:15 +0000 (14:07 +0000)]
(EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
the environment.

23 years ago(SETLOADPATH): Remove definition.
Andrew Innes [Wed, 18 Apr 2001 14:06:55 +0000 (14:06 +0000)]
(SETLOADPATH): Remove definition.
(EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
environment.

23 years ago("Slovak"): Add tutorial entry.
Gerd Moellmann [Wed, 18 Apr 2001 14:02:58 +0000 (14:02 +0000)]
("Slovak"): Add tutorial entry.

23 years ago(browse-url-new-window-flag): Renamed from
Gerd Moellmann [Wed, 18 Apr 2001 12:48:36 +0000 (12:48 +0000)]
(browse-url-new-window-flag): Renamed from
browse-url-new-window-p.

23 years agobrowse-url-new-window-p -> browse-url-new-window-flag.
Gerd Moellmann [Wed, 18 Apr 2001 12:47:39 +0000 (12:47 +0000)]
browse-url-new-window-p -> browse-url-new-window-flag.

23 years agoFix a typo.
Gerd Moellmann [Wed, 18 Apr 2001 12:33:29 +0000 (12:33 +0000)]
Fix a typo.

23 years ago*** empty log message ***
Dave Love [Wed, 18 Apr 2001 11:38:26 +0000 (11:38 +0000)]
*** empty log message ***

23 years ago(__malloc_size_t) [__GNUC__]: If STDC_HEADERS is not
Eli Zaretskii [Wed, 18 Apr 2001 10:26:16 +0000 (10:26 +0000)]
(__malloc_size_t) [__GNUC__]: If STDC_HEADERS is not
defined, include stddef.h and use __SIZE_TYPE__ instead of size_t.
(__memalign_hook): Make the two prototypes consistent.