annotate src/s/hpux11.h @ 112453:06719a229a46 default tip

* calc/calc.el (calc-default-power-reference-level) (calc-default-field-reference-level): New variables. * calc/calc-units.el (math-standard-units): Add dB and Np. (math-logunits): New variable. (math-extract-logunits, math-logcombine, calcFunc-luplus) (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level) (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level): New functions. (math-find-base-units-rec): Add entry for ln(10). * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help. (calc-ul-prefix-help): New function. * calc/calc-ext.el (calc-init-extensions): Autoload new units functions. Add keybindings for new units functions.
author Jay Belanger <jay.p.belanger@gmail.com>
date Sun, 23 Jan 2011 23:08:04 -0600
parents ef719132ddfa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
49893
1bcf8d62f4cd Include hpux10-20.h instead of hpux10.h. Delete #undef of
Juanma Barranquero <lekktu@gmail.com>
parents: 48167
diff changeset
1 #include "hpux10-20.h"
40578
30f51cb6803a New file.
Eli Zaretskii <eliz@gnu.org>
parents:
diff changeset
2
46299
72e949fc6d1e (BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 40578
diff changeset
3 /* SA_RESTART resets the timeout of `select', so don't use it. */
72e949fc6d1e (BROKEN_SA_RESTART): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 40578
diff changeset
4 #define BROKEN_SA_RESTART
46414
a61f957ee22f (USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 46299
diff changeset
5
a61f957ee22f (USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 46299
diff changeset
6 /* It does work on HPUX to open the pty's tty in the parent (Emacs),
a61f957ee22f (USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 46299
diff changeset
7 then close and reopen it in the child. */
a61f957ee22f (USG_SUBTTY_WORKS): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 46299
diff changeset
8 #define USG_SUBTTY_WORKS
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49893
diff changeset
9