index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libform
/
internals.c
Age
Commit message (
Expand
)
Author
2021-10-25
Fix for PR lib/47398
blymn
2021-10-19
Fix for PR lib/47397
blymn
2021-04-13
- fix memory leak
christos
2018-11-08
"s/ are are / are /" in comment. No functional change.
msaitoh
2016-03-09
PR/50919: David Binderman: Re-do all the debug stuff in a more sustainable way.
christos
2013-11-26
goodbye CIRCLEQ, welcome TAILQ
christos
2013-01-19
Fix typo.
mbalmer
2011-05-23
Save space, kill some ()
joerg
2010-05-13
cast isblank(3)'s argument to unsigned char.
tnozaki
2010-02-03
Userland now builds and uses terminfo instead of termcap.
roy
2006-04-09
make debug build work.
christos
2006-03-19
Coverity CID 107[123]: Leave the assertions in the code, not only when DEBUG
christos
2004-11-24
* Rewrote internal handling of multiline field line data to fix a bug
blymn
2003-03-09
use __RCSID()
lukem
2002-08-07
Prevent field scrolling when REQ_RIGHT_CHAR hits the RHS of the field.
blymn
2002-08-02
Allow REQ_RIGHT_CHAR to get to the end of the line.
blymn
2002-07-29
* Fix bad function reference.
blymn
2002-07-29
* Fix cursor motion bugs referred to in pr 17480
blymn
2002-07-08
* Set character attributes when adding pad to field, null fields will
blymn
2002-05-20
* Major rework to allow the TAB character in fields.
blymn
2001-08-05
* Wrap field size checking into a function, makes if's more readable
blymn
2001-06-28
Fix limits on dynamic fields.
blymn
2001-06-23
* Fixed REQ_DEL_CHAR for multi-line fields.
blymn
2001-06-04
* Make req_del_prev work in multiline field.
blymn
2001-05-25
* Fix forward word and backward word driver commands.
blymn
2001-05-23
* Fix some of the cursor motion commands to handle multiline fields
blymn
2001-05-16
Fixed wrapping of multiline fields.
blymn
2001-05-11
* Rototilled internals to make multiline fields work correctly. Some
blymn
2001-04-06
* Fix horizontal scrolling
blymn
2001-03-25
* Fix wrapping behaviour - O_WRAP turns on/off wrapping on word
blymn
2001-02-15
Avoid trying to wrap a single row field.
blymn
2001-02-10
Check NULL0K _before_ PASSOK and clean up the PASSOK logic.
blymn
2001-02-06
* Moved field overflow check into _formi_add_char to allow overwriting a
blymn
2001-02-03
Fixed the counting of rows in the field.
blymn
2001-01-30
Added field and character checking.
blymn
2001-01-23
Fix off by one bug in field scrolling decision when inserting chars.
blymn
2001-01-22
Don't manipulate a field with a null string pointer.
blymn
2001-01-18
Fixed segv if a field that never had buffer 0 set has characters added
blymn
2001-01-18
* Stop next/prev field commands wrapping
blymn
2001-01-16
Multiple fixes:
blymn
2001-01-04
* Changed type of userptr to be void * (now matches ncurses)
blymn
2000-12-17
Added early release version of libform - please be gentle.
blymn