#
11e9b8ba |
| 04-Aug-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC @196061
|
#
3ca3047a |
| 19-Jul-2009 |
Ken Smith <kensmith@FreeBSD.org> |
Bump the version of all non-symbol-versioned shared libraries in preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.
Reviewed b
Bump the version of all non-symbol-versioned shared libraries in preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.
Reviewed by: kib Approved by: re (rwatson)
show more ...
|
Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
419ecd5d |
| 21-May-2007 |
Daniel Eischen <deischen@FreeBSD.org> |
Bump library versions in preparation for 7.0.
Ok'd by: kan
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
76d00450 |
| 07-Aug-2005 |
Stefan Farfeleder <stefanf@FreeBSD.org> |
Sync libedit with recent NetBSD developments. Including improvements to the vi-mode, removal of clause 3, cleanups and the export of the tokenization functions.
Not included: config.h, filecomplete
Sync libedit with recent NetBSD developments. Including improvements to the vi-mode, removal of clause 3, cleanups and the export of the tokenization functions.
Not included: config.h, filecomplete.{c,h}
show more ...
|
#
a84020c2 |
| 22-Jul-2005 |
Ken Smith <kensmith@FreeBSD.org> |
Bump the shared library version number of all libraries that have not been bumped since RELENG_5.
Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
|
Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
4f4a104e |
| 18-Aug-2003 |
David E. O'Brien <obrien@FreeBSD.org> |
style.Makefile(5)
|
#
41d8423f |
| 17-Aug-2003 |
Gordon Tetlow <gordon@FreeBSD.org> |
Stage 3 of dynamic root support. Make all the libraries needed to run binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib
Stage 3 of dynamic root support. Make all the libraries needed to run binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified.
show more ...
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs |
|
#
224af215 |
| 28-Sep-2002 |
Peter Wemm <peter@FreeBSD.org> |
Zap now-unused SHLIB_MINOR
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
357bbe4a |
| 09-Apr-2002 |
Ruslan Ermilov <ru@FreeBSD.org> |
-ltermcap is spelled -lncurses nowadays.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
4f375b90 |
| 02-Oct-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Clean this up after the NetBSD syncing.
|
#
be4f05c4 |
| 01-Oct-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Our histedit.h lives in src/include.
|
#
3c195773 |
| 01-Oct-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
+ Sync with NetBSD, bringing in feature enhancements. + Convert to ANSI-C function definitions + style(9)
Submitted by: kris
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
6055a95f |
| 12-Apr-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Back out history.3 link removing - conflict fixed in libreadline instead
|
#
45b655df |
| 12-Apr-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
Comment out one of many editline.3 MLINKS conflicting with libreadline (history.3)
|
#
4a558355 |
| 27-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
MAN[1-9] -> MAN.
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs |
|
#
1b779c59 |
| 03-Oct-1999 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Fix style bugs
Submitted by: bde
|
#
3cf3c5d9 |
| 29-Sep-1999 |
Marcel Moolenaar <marcel@FreeBSD.org> |
sigset_t change (part 5 of 5) -----------------------------
Most of the userland changes are in libc. For both the alpha and the i386 setjmp has been changed to accomodate for the new sigset_t. Inte
sigset_t change (part 5 of 5) -----------------------------
Most of the userland changes are in libc. For both the alpha and the i386 setjmp has been changed to accomodate for the new sigset_t. Internally, libc is mostly rewritten to use the new syscalls. The exception is in compat-43/sigcompat.c
The POSIX thread library has also been rewritten to use the new sigset_t. Except, that it currently only handles NSIG signals instead of the maximum _SIG_MAXSIG. This should not be a problem because current applications don't use any signals higher than NSIG.
There are version bumps for the following libraries: libdialog libreadline libc libc_r libedit libftpio libss
These libraries either a) have one of the modified structures visible in the interface, or b) use sigset_t internally and may cause breakage if new binaries are used against libraries that don't have the sigset_t change. This not an immediate issue, but will be as soon as applications start using the new range to its fullest.
NOTE: libncurses already had an version bump and has not been given one now.
NOTE: doscmd is a real casualty and has been disconnected for the moment. Reconnection will eventually happen after doscmd has been fixed. I'm aware that being the last one to touch it, I'm automaticly promoted to being maintainer. According to good taste this means that I will receive a badge which either will be glued or mechanically stapled, drilled or otherwise violently forced onto me :-)
NOTE: pcvt/vttest cannot be compiled with -traditional. The change cause sys/types to be included along the way which contains the const and volatile modifiers. I don't consider this a solution, but more a workaround.
show more ...
|
Revision tags: release/3.3.0_cvs |
|
#
70ff7ab7 |
| 20-Aug-1999 |
Matthew N. Dodd <mdodd@FreeBSD.org> |
Fix MLINKS.
Noticed by: Norman C. Rice <nrice@emu.sourcee.com>
|
#
90cc1fbc |
| 20-Aug-1999 |
Matthew N. Dodd <mdodd@FreeBSD.org> |
Add 2 functions: el_data_set() and el_data_get() which do what you would expect. (Allow user data to be associated with an EditLine context).
As this changes no existing interfaces and doesn't alte
Add 2 functions: el_data_set() and el_data_get() which do what you would expect. (Allow user data to be associated with an EditLine context).
As this changes no existing interfaces and doesn't alter any structs visable to the user I've been told that its not necessary to bump the version of the library.
show more ...
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
f92bdbd0 |
| 09-Jan-1999 |
John Polstra <jdp@FreeBSD.org> |
Switch to using ".So" as the extension for PIC object files rather than ".so". The old extension conflicted with well-established naming conventions for dynamically loadable modules.
The "clean" ta
Switch to using ".So" as the extension for PIC object files rather than ".so". The old extension conflicted with well-established naming conventions for dynamically loadable modules.
The "clean" targets continue to remove ".so" files too, to deal with old systems.
show more ...
|
Revision tags: release/2.2.7, release/2.2.6, release/2.2.5_cvs |
|
#
fb4289da |
| 28-Jul-1997 |
Mike Smith <msmith@FreeBSD.org> |
Improve dependancy behaviour a little more.
This is still pretty disgusting.
Submitted by: bde
|
#
a39c8cb6 |
| 27-Jul-1997 |
Mike Smith <msmith@FreeBSD.org> |
List help.h a a dependancy for editline.c Use 'beforedepend' instead of '.depend' to hang automatically-generated headers off.
XXX the latter is bogus without a 'beforeall' target and explicit order
List help.h a a dependancy for editline.c Use 'beforedepend' instead of '.depend' to hang automatically-generated headers off.
XXX the latter is bogus without a 'beforeall' target and explicit ordering of dependancy generation for targets.
show more ...
|
#
f76efb86 |
| 27-Jun-1997 |
Andrey A. Chernov <ache@FreeBSD.org> |
Move editrc.5 from MAN3 to MAN5
|
#
e3144c39 |
| 25-Jun-1997 |
Mike Smith <msmith@FreeBSD.org> |
Pull histedit.h out, it lives in /usr/src/include, not here.
|
#
bd5176cb |
| 25-Jun-1997 |
Mike Smith <msmith@FreeBSD.org> |
Update libedit with changes from NetBSD. Includes history load/save, some buffer overflow guards and some stylistic cleanups. Also adds manpages.
Obtained from: NetBSD
|