| #
8756784c |
| 23-Oct-2017 |
abhinav <abhinav@NetBSD.org> |
Remove duplicate MLINK entry for dup_field.3 (it's already defined 3 lines above)
|
| #
510d3d4c |
| 21-Mar-2012 |
matt <matt@NetBSD.org> |
These directories default to WARNS=2
|
| #
cb41266e |
| 11-Mar-2008 |
joerg <joerg@NetBSD.org> |
Depends on libcurses.
|
| #
b41feff5 |
| 11-Sep-2006 |
dbj <dbj@NetBSD.org> |
fixes for installing into a case insensitive $DESTDIR when files may have hard links to a a name that only differs by case - change install to unconditionally remove its temporary file when ins
fixes for installing into a case insensitive $DESTDIR when files may have hard links to a a name that only differs by case - change install to unconditionally remove its temporary file when installing hard links with -r. This avoids problems when built with posix rename(2) semantics and reinstalling an existing hard link. - rework hard link targets in bsd.man.mk and bsd.links.mk to use makefile constructs instead of shell constructs - always reinstall hard links that may have case conflicts, even when MKUPDATE=yes, this ensures that they get added to METALOG - remove man pages which were hard linked to themselves in libform - remove improper hard link command for existing man page in libkrb5 - fix libl's makefile to include bsd.lib.mk at end - remove shell quoting in link target for test's [.1 man page
show more ...
|
| #
19f07fb2 |
| 24-Nov-2004 |
blymn <blymn@NetBSD.org> |
* Rewrote internal handling of multiline field line data to fix a bug where a newly opened line would immediately get wrapped out of existence. The old method of handling lines in a multiline fie
* Rewrote internal handling of multiline field line data to fix a bug where a newly opened line would immediately get wrapped out of existence. The old method of handling lines in a multiline field did not cope with this elegantly.
* Added new field flag O_REFORMAT which, when set, returns the field buffer with newlines inserted where the line wrapped. Previously, there was no way of preserving the on screen format of a multiline field.
* Added new file gdbinit which contains a macro to verify and print the multiline field line data structure.
* Bumped libform major number due to changes in the _form_field structure.
show more ...
|
| #
67d86161 |
| 11-Aug-2002 |
blymn <blymn@NetBSD.org> |
Added MLINK entries to link all function names to their respective man page.
|
| #
0b7fe888 |
| 20-Feb-2002 |
wiz <wiz@NetBSD.org> |
Normalize Dd.
|
| #
92f6cf54 |
| 08-Jul-2001 |
blymn <blymn@NetBSD.org> |
Added man pages.
|
| #
445edb6d |
| 10-Feb-2001 |
blymn <blymn@NetBSD.org> |
Added ipv6 builtin type.
|
| #
c0219226 |
| 16-Jan-2001 |
blymn <blymn@NetBSD.org> |
Multiple fixes:
* A debug version of libform will be build if DEBUG_FORMS is defined * Can no longer edit fields that do not have O_EDIT set * Changed background attribute to A_NORMAL like ncurses *
Multiple fixes:
* A debug version of libform will be build if DEBUG_FORMS is defined * Can no longer edit fields that do not have O_EDIT set * Changed background attribute to A_NORMAL like ncurses * Fixed truncation of field contents when content length == field length * Current field is set to first visible & active field on form post
show more ...
|
| #
41859428 |
| 17-Dec-2000 |
blymn <blymn@NetBSD.org> |
Added early release version of libform - please be gentle.
|