summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-06-30use __attribute__((__packed__)) instead of __packed.christos
2003-06-30Sprinkle some restrict.kleink
2003-06-30Remove .UC -- not Berkeley Distribution man pages.wiz
2003-06-30add #include "config.h" when these files are built as parts of host tools.tshiozak
2003-06-30Use a better width argument.wiz
2003-06-29u_int*_t -> uint*_t.tshiozak
2003-06-28Make the refresh complete in the presence of multiple sub-windows.jdc
2003-06-27Add Ns.wiz
2003-06-27Remove superfluous comma.wiz
2003-06-27Pa Aq -> Aq Pa; Sy Pa -> Sy.wiz
2003-06-27sync with the last change for citrus_hash.h.tshiozak
2003-06-27make sure to use LIST_* macros defined in sys/queue.h.tshiozak
2003-06-27Use Aq Pa instead of Fd \*[Lt]...\*[Gt].wiz
2003-06-27in _citrus_ctype_btowc_fallback() and _citrus_ctype_wctob_fallback(),yamt
2003-06-27Pa Aq -> Aq Pa so that both work.wiz
2003-06-27Quote question mark and brace.wiz
2003-06-27Remove superfluous "".wiz
2003-06-27Quote question mark.wiz
2003-06-27Aq Pa instead of Pa Aq.wiz
2003-06-27Remove superfluous semicolon.wiz
2003-06-27End sentence with a dot.wiz
2003-06-27Fix typo in macro name, and remove a trailing comma.wiz
2003-06-27Fix typos in macro names.wiz
2003-06-27$NetBSD $ -> $NetBSD$yamt
2003-06-27This man page is in section 2, not 3.wiz
2003-06-27SYNOPSIS is not a good place for C comments;wiz
2003-06-27This man page is in section 2, not 3.wiz
2003-06-27i guess the original intent was this...itojun
2003-06-27memset() after null checkitojun
2003-06-27clear memory after malloc()itojun
2003-06-27bump libc version because of iconv.tshiozak
2003-06-27Citrus iconv support(4)tshiozak
2003-06-27clear malloc'ed memory. sync w/kameitojun
2003-06-26Preferentially read context pointer from pt_trapuc.nathanw
2003-06-26Stop refresh(subwin) doing refresh on the other subwin's created before it.dsl
2003-06-26Error attempts at nested subwindows, the data structures don't support them.dsl
2003-06-26There is no FreeBSD-3.3.0, only FreeBSD-3.3.wiz
2003-06-26correct wcrtomb(3) - it is not conforming to standard on handling L'\0'.tshiozak
2003-06-26make sure that key is case-insensitive.tshiozak
2003-06-26Stop blank line being added when newline is processed with __ISPASTEOL set.dsl
2003-06-26Remove trailing whitespace.wiz
2003-06-26Work around a warning from groff-1.19.wiz
2003-06-26Fix typo in macro.wiz
2003-06-26Adapt to pt_trapuc: change STACK_SWITCH to check for a value in pt_trapucnathanw
2003-06-26Initialize pt_trapuc in pthread__initthread().nathanw
2003-06-26Remove PT_SLEEPUC and add PT_TRAPUC.nathanw
2003-06-26Adapt to pt_trapuc: Store context obtained from upcalls there, clear itnathanw
2003-06-26Clear pt_trapuc when idling threads.nathanw
2003-06-26Introduce a new pointer, pt_trapuc, that stores thread context capturednathanw
2003-06-25More printf format size tweaks.nathanw