| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-03-20 | fix serious markup error: \B -> \fB to select bold font | 1 | -1/+1 | ||
| 2019-01-15 | Fix the inter-library dependency for libedit and libreadline. | 1 | -3/+3 | ||
| Previously they tried to depend on libtermcap which actually doesn't exist in the objdir. ok jca | |||||
| 2018-11-14 | Record an inter-library dependency on libcurses in libedit and libreadline, | 1 | -1/+3 | ||
| avoiding runtime failures on architectures using ld.lld. Also add a note to libcurses shlib_version reminding about bumps (as done with libcrypto/libssl). Thanks guenther@ for suggestions of tests involving library bumps and jca@ for doing these tests and hint about DPADD. Looks good kettenis@, ok jca@ | |||||
| 2017-07-27 | fix warnings from missing headers. | 4 | -4/+2 | ||
| okay deraadt@ | |||||
| 2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | 29 | -119/+119 | ||
| "warning:" rectification. | |||||
| 2017-01-20 | Take gcc's suggestions about parenthesis around assignments used | 5 | -10/+10 | ||
| as truth values. Change a parameter to 'const'. All without making promises about any further cleanup in /gnu/. ok deraadt@ | |||||
| 2016-12-19 | A couple more unused variables. | 1 | -0/+2 | ||
| tweak & ok kettenis@ | |||||
| 2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | 1 | -1/+1 | ||
| members to 64bit types. Assign new syscall numbers for (almost all) the syscalls that involve the affected types, including anything with time_t, timeval, itimerval, timespec, rusage, dirent, stat, or kevent arguments. Add a d_off member to struct dirent and replace getdirentries() with getdents(), thus immensely simplifying and accelerating telldir/seekdir. Build perl with -DBIG_TIME. Bump the major on every single base library: the compat bits included here are only good enough to make the transition; the T32 compat option will be burned as soon as we've reached the new world are are happy with the snapshots for all architectures. DANGER: ABI incompatibility. Updating to this kernel requires extra work or you won't be able to login: install a snapshot instead. Much assistance in fixing userland issues from deraadt@ and tedu@ and build assistance from todd@ and otto@ | |||||
| 2010-03-25 | Fix from readline 5.0 via Alexandr Shadchin to for a bug that prevents | 3 | -1/+8 | ||
| some programs working correctly in tmux and screen. From the readline changelog: w. Fixed a bug in the callback read-char interface to make it work when a readline function pushes some input onto the input stream with rl_execute_next (like the incremental search functions). ok deraadt | |||||
| 2005-10-19 | strcpy -> strlcpy | 1 | -1/+1 | ||
| ok beck@ | |||||
| 2005-04-16 | amd64 canonicalization | 1 | -3/+0 | ||
| ok pvalchev@, fine deraadt@ | |||||
| 2005-02-04 | unfuck amd64 | 1 | -0/+3 | ||
| 2005-01-25 | simplify OpenBSD case by using arch(1) and sed to grab | 2 | -49/+8 | ||
| the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@ | |||||
| 2005-01-02 | add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@ | 1 | -0/+6 | ||
| 2004-08-09 | Remove second instance of nls.c from the file list. | 1 | -2/+2 | ||
| OK from kettenis@, deraadt@ | |||||
| 2004-07-13 | errno changes, lib major version bumps, and general flag day | 1 | -1/+1 | ||
| To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||||
| 2004-05-20 | Correctly copy text into line buffer. | 1 | -1/+1 | ||
| ok miod@ | |||||
| 2004-05-10 | Resolve conflicts for GNU readline 4.3p5. | 34 | -5573/+9712 | ||
| ok deraadt@, otto@, pval@ | |||||
| 2004-05-10 | GNU readline 4.3p5 | 62 | -3065/+9598 | ||
| 2004-04-21 | Add luna88k related directories and information to the build infrastructure. | 1 | -0/+3 | ||
| ok deraadt@, millert@, krw@ - mdoc ok jmc@ | |||||
| 2004-03-03 | Do not segfault writing an empty history list to a file. Resolves PR 3690. | 1 | -2/+2 | ||
| ok tdeval@ markus@ | |||||
| 2003-08-12 | Don't tell people to use FD_SETSIZE as the first argument to select(). | 1 | -1/+1 | ||
| 2003-07-07 | fix location of readline includes; | 1 | -2/+2 | ||
| from Manuel Sabban (PR 3345); | |||||
| 2003-05-14 | correct bound length and make sure string is always nul'd | 2 | -1/+2 | ||
| fixes problem found by markus@ | |||||
| 2003-05-13 | buffer size is strlen + 1. ok beck@ | 1 | -1/+1 | ||
| 2003-05-12 | strings in libreadline, again. this time with no abi change, | 17 | -132/+172 | ||
| static builds still seem to work with this. ok deraadt@ tedu@ | |||||
| 2003-05-10 | Back out libreadline changes, this breaks static build (I.E. vax). | 17 | -134/+119 | ||
| changes are nontrivial to fix. Will return when static build works. | |||||
| 2003-05-08 | strings | 17 | -119/+134 | ||
| ok tedu@, art@ | |||||
| 2003-04-28 | No need to install both the "readline guide" and the "readline user's guide" | 1 | -5/+2 | ||
| since the former is a superset of the latter, and they used the same info node name, for further confusion. ok millert@ krw@ | |||||
| 2003-04-28 | Proper @ignore usage, to prevent yet another gnu notice to pop up by mistake | 1 | -4/+2 | ||
| in the middle of a page. ok millert@ krw@ | |||||
| 2003-01-04 | spelling | 1 | -1/+1 | ||
| 2002-12-03 | Crank all library major numbers. Needed due to the fact that we | 1 | -1/+1 | ||
| now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||||
| 2002-11-06 | Fix obnoxious makeinfo warnings during build. | 1 | -1/+1 | ||
| 2002-05-28 | Fix *.texinfo warnings in gnu/. | 1 | -1/+1 | ||
| espie@ request and OK | |||||
| 2002-04-19 | create include dir first. | 1 | -1/+3 | ||
| 2002-03-25 | bring in prototypes | 1 | -0/+2 | ||
| 2002-02-18 | deal with unsigned char issues | 1 | -1/+1 | ||
| 2001-09-25 | let configure script use GNUSYSTEM_AUX_DIR | 1 | -1/+1 | ||
| 2001-09-10 | allow building with NOMAN= in /etc/mk.conf | 1 | -2/+3 | ||
| 2001-08-27 | fix description so it is aligned with other entries surrounding it | 1 | -1/+1 | ||
| -- Ok'd by millert@ | |||||
| 2001-03-25 | Get rid of doc hacks, set SUBDIR and use bsd.subdir.mk. Apparently I | 1 | -7/+3 | ||
| was on drugs earlier. | |||||
| 2001-03-23 | explicitly generate info files via "all" target like we do for | 1 | -2/+4 | ||
| cleandir. This is not the prettiest of things but it does work. | |||||
| 2001-03-18 | for "make cleandir" clean out the doc stuff too | 1 | -1/+4 | ||
| 2001-03-18 | Deal with history_filename() returning NULL. Missing part if last commit. | 1 | -8/+13 | ||
| 2001-03-18 | If $HOME is not set do *not* use '.' for the history file. | 1 | -4/+1 | ||
| 2001-03-18 | Local patches: | 7 | -14/+10 | ||
| remove bogus savestring prototype that conflicts with gdb (and is not used) fix a typo in sgtty code (not that we use it but...) treat empty environment variables as unset | |||||
| 2001-03-18 | Add BSD Makefiles, shlib_version and a pre-generated config.h for | 20 | -28621/+215 | ||
| standard OpenBSD library building. Also remove generated doc files and texinfo bits we have in the tree. | |||||
| 2001-03-18 | GNU readline-4.1 | 105 | -0/+68761 | ||
