Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-05-14 | Removed duplicated references; millert | Alex Feldman | |
1999-05-13 | dividing by zero is bad++, patch sent to millert@ for forwarding to curses ppl | Aaron Campbell | |
1999-05-12 | builtin -> built-in | Aaron Campbell | |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell | |
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||
1999-05-12 | permit NULL result parameter for pthread_create(). Apparently used in Stevens? | David Leonard | |
1999-05-11 | Install termcap.h too. Some packages assume that if you are using | Todd C. Miller | |
ncurses, termcap.h exists. Others, like X11's resize, use termcap.h to determine whether or not you are running ncurses. | |||
1999-05-11 | writev(2) may return EDESTADDRREQ if a write is attempted to a connect(2)'d | Aaron Campbell | |
uipc domain socket and the destination set by connect(2) is no longer available; from FreeBSD | |||
1999-05-11 | note that close(2)'ing any file descriptor which refers to a file holding | Aaron Campbell | |
any advisory locks will cause the file to lose its locks; from FreeBSD, verified by page 373 of APUE | |||
1999-05-10 | correct some Xr's which referred to the wrong man page sections | Aaron Campbell | |
1999-05-10 | make a shared library | Theo de Raadt | |
1999-05-09 | c++ clasess for ncurses | Todd C. Miller | |
1999-05-08 | ncurses-4.2-990424 | Todd C. Miller | |
1999-05-03 | Add octect sanity checking | yanick | |
1999-05-01 | Break up into two loops, one for the copy, another to finish traversal | Todd C. Miller | |
of the src string if len(src) >= size. Speeds up the common case a bit. | |||
1999-05-01 | It is faster to split this into separate length and copy operations | Todd C. Miller | |
1999-04-30 | don't use a2 | Todd C. Miller | |
1999-04-30 | fix register usage (program logic is unchanged) | Todd C. Miller | |
1999-04-28 | no such errno EOPNOSUPPORT, make it EOPNOTSUPP as it ought to be | Aaron Campbell | |
1999-04-28 | Do not provide gethostby.*_r for now, as configure scripts find | Niklas Hallqvist | |
the functions using nm(1), but then no prototypes exist and things break. d@ will contemplate over the issue and resolve it for real later :-) | |||
1999-04-27 | use assembler here | Michael Shalayeff | |
1999-04-26 | Only proto xgets() if stdio has been included | Jason Downs | |
1999-04-25 | missing parts from last commit | Todd C. Miller | |
1999-04-25 | m68k assembler version of strlcpy(3) | Todd C. Miller | |
1999-04-24 | simplified version that doesn't call strlen and that is simpler to convert ↵ | Todd C. Miller | |
to assembler (both for gcc and me) | |||
1999-04-23 | mac68k uses libkvm now | Jason Downs | |
1999-04-22 | spelling | Marc Espie | |
1999-04-21 | sucessful -> successful | Aaron Campbell | |
1999-04-21 | This is OpenBSD. | Alex Feldman | |
1999-04-21 | First cut at powerpc support for uthread. Not complete. | Dale S. Rahn | |
1999-04-21 | Fix the _THREAD_SAFE path through the cerror code for powerpc. | Dale S. Rahn | |
libc_r was never completed for the powerpc arch. | |||
1999-04-20 | issetuid -> issetugid; deraadt@ | Aaron Campbell | |
1999-04-20 | .Fn -> .Ft in SYNOPSIS for localtime() return type | Aaron Campbell | |
1999-04-18 | Fixup of formatting in the example source code | Wim Vandeputte | |
1999-04-18 | Add Xrefs. | Marc Espie | |
1999-04-18 | o Opening a zero-length hash file should not be an error | Todd C. Miller | |
o Correct odbm support o Add man links for ndbm and odbm | |||
1999-04-02 | .Pp macros do not belong immiedately after .Sh section header lines | Aaron Campbell | |
1999-03-29 | initgroups(3) should not spew to stderr; giles@nemeton.com.au | Todd C. Miller | |
Also document the NGROUPS limit. | |||
1999-03-28 | ncurses-4.2-990327; just man page fixes | Todd C. Miller | |
1999-03-26 | use stdlib; millert | Theo de Raadt | |
1999-03-24 | allow make depend to work | David Leonard | |
1999-03-24 | actually make use of the new manual pages | David Leonard | |
1999-03-24 | revert to -pthread | David Leonard | |
1999-03-23 | Clarify realloc return value | Todd C. Miller | |
1999-03-22 | better, nicer, neater documentation | David Leonard | |
1999-03-22 | minor fixes | David Leonard | |
1999-03-22 | new documentation | David Leonard | |
1999-03-18 | ncurses-4.2-990318 | Todd C. Miller | |
1999-03-18 | typo; nash@mcs.net | Aaron Campbell | |
1999-03-17 | subdir Makefiles should not contain anything else | Theo de Raadt | |
1999-03-17 | do not break things | Theo de Raadt | |