jdc
dd5d3aabfc
Add (missing) mvgetch() and mvwgetch() manual pages.
2004-03-23 21:56:53 +00:00
jdc
34e5b04618
Clarify the getch() family return values.
...
Add (missing) mvgetch() and mvwgetch().
2004-03-23 21:53:34 +00:00
jdc
3d248dff59
Change the values of ERR and OK.
...
This makes our getch() and related functions conform to SUSv2.
Also fixes PR lib/15920.
XXX: This causes an API incompatability, but comes less than 27 hours after
the libcurses major number was incremented, so should have minimal impact.
2004-03-23 21:35:29 +00:00
jdc
92cd5d7a66
We should check against NULL here.
...
From Brett Lymn.
2004-03-23 21:17:20 +00:00
pk
8a0244288a
Call PIC_PROLOGUE only once.
2004-03-23 19:07:40 +00:00
pk
dc7908cc61
Store the correct boolean value in sc_onstack.
2004-03-23 18:54:03 +00:00
pk
5e5e68672c
The sc_g1, sc_o0 members in the jmp_buf aren't used.
2004-03-23 18:47:55 +00:00
pk
de8223fe4d
Since libpthread may want to interpose signal handling, we can't directly
...
invoke the sigprocmask syscall trap. So build a stack frame and call
the signal handling functions by name.
2004-03-23 18:46:47 +00:00
drochner
a8c94ef1d3
simplify: it doesn't need an i387 to kill a sign bit
2004-03-23 17:11:35 +00:00
drochner
3219cdc550
replace the last occurence of an "int 0x80" syscall
2004-03-23 16:33:47 +00:00
drochner
cd85223ee2
save errno while trying to install a !SA_SIGINFO trampoline -- this
...
is expected to fail with !COMPAT_16 kernels, and we shouldn't
overwrite errno in this case
2004-03-23 16:19:40 +00:00
pk
d82ce85d20
Fix comment: g6 => o1
2004-03-23 16:13:27 +00:00
simonb
2b5fd0669b
Actually compile __longjmp14.c.
2004-03-23 12:31:52 +00:00
simonb
02082ea642
Restore the PC as well; also use mcontext register defines for accessing
...
the mcontext.
2004-03-23 12:31:17 +00:00
pooka
ae16b8b42b
update for 4.08
2004-03-23 08:40:36 +00:00
simonb
769814bf89
Use setcontext() instead of sigreturn() to implement longjmp().
2004-03-23 02:21:49 +00:00
simonb
339695cff5
Put the jmpbuf's FPCR in the ucontext, not the other way around.
2004-03-23 01:42:53 +00:00
simonb
270fda2783
Fix <tab> nits.
2004-03-23 01:41:47 +00:00
wiz
cb35afd77e
No comma in an enumeration of only two elements.
2004-03-22 19:51:18 +00:00
jdc
d1f213e76e
"New sentence, new line".
2004-03-22 19:11:28 +00:00
jdc
1dd2c9a89b
Increment major number (to 5) because of the libcurses major number change
...
and because of the change to key definitions in menu.h.
2004-03-22 19:01:28 +00:00
jdc
c73d2721d1
Change the key definitions so that they no longer collide with the ones in
...
libform. Do this because the library major number is changing (the libcurses
major number is changing).
Suggested by Brett Lymn,
2004-03-22 19:01:09 +00:00
jdc
ad95b1541c
Increment major number (to 4) because of the libcurses major number change
...
and because of the change to match_enum().
2004-03-22 19:00:09 +00:00
jdc
582694413f
Correct the fourth parameter to match_enum() to "exact" instead of "no blanks".
...
From Brett Lymn.
Part of the fix for PR bin/24604.
2004-03-22 18:59:48 +00:00
jdc
abf59ded7e
Increment major number (to 6) because of the change to KEY_MAX,
2004-03-22 18:57:58 +00:00
jdc
140349e83f
Because we are changing the libcurses major number, remove can_change_colors()
...
and change the attribute definitions so that we can support more colour pairs.
2004-03-22 18:57:38 +00:00
jdc
efc30049d8
Add KEY_RESIZE support and a SIGWINCH handler.
...
Fixes PR bin/20032.
This requires a change to KEY_MAX, which affects libform and libmenu, so we
need to change libcurses major number.
2004-03-22 18:57:10 +00:00
martin
f85414fd31
Simplify slightly and fix a comment.
2004-03-22 18:35:51 +00:00
wiz
848e689872
Typo fix, from skrueger at europe com.
2004-03-22 13:41:09 +00:00
pk
3aa621c910
Use setcontext() instead of sigreturn() to implement longjmp().
2004-03-22 12:35:04 +00:00
groo
19aa054c0d
Actually install the new man pages.
2004-03-22 00:48:04 +00:00
matt
4b376ded6a
Change longjmp on VAX (ELF) to use setcontext instead of sigreturn14.
2004-03-21 18:19:52 +00:00
matt
ca145383c7
Change longjmp to use setcontext instead of sigreturn14. Change setjmp
...
to use symbolic offsets via assym.h
2004-03-21 18:04:27 +00:00
mrg
3b66f6e642
clean up my copyright
2004-03-21 05:47:44 +00:00
mrg
05cd119306
remove my copyright statement
2004-03-21 05:46:42 +00:00
groo
80ddfc8cb9
update documentation from 0.9.7b to 0.9.7d
2004-03-20 21:48:44 +00:00
kleink
78a2369a15
Make casing in previous consistent.
2004-03-19 19:30:23 +00:00
kleink
ddfc3e5143
%% doesn't write anything; a literal % is matched. Noted by Hubert Feyrer.
2004-03-19 19:28:08 +00:00
scw
d25d657094
sigreturn14 is deprecated, so don't use it in longjmp.
2004-03-17 00:35:08 +00:00
wiz
789ce34c16
Remove duplicate article.
2004-03-16 19:51:08 +00:00
snj
9bfae9c898
Spelling fixes.
2004-03-16 19:27:35 +00:00
snj
dcf4b5a2bf
Spelling fix.
2004-03-16 19:26:56 +00:00
snj
668bade8ea
Spelling fixes.
2004-03-16 19:25:39 +00:00
snj
83b07697ca
Spelling fix.
2004-03-16 19:20:20 +00:00
snj
066778123d
Drop trailing whitespace.
2004-03-16 19:08:15 +00:00
wiz
f812f7e9a5
Fix off-by-one, okayed by jdc.
2004-03-16 10:58:25 +00:00
wiz
0cc0ff5935
Drop trailing space.
2004-03-16 09:46:36 +00:00
jdc
a02733d775
s/can_change_colors/can_change_color/
2004-03-16 07:55:05 +00:00
jdc
424b4f06a5
Clarify colour values that can be passed to init_pair().
2004-03-16 07:54:32 +00:00
jdc
ed325dfb85
Accept any negative number of init_pair(). Noticed by Peter Bex.
...
Swap red/blue and yellow/cyan if necessary in assume_default_colors().
2004-03-16 07:52:43 +00:00