CVS commit: src/lib/libform

2021-04-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 13 13:13:04 UTC 2021 Modified Files: src/lib/libform: field.c form.c internals.c type_alnum.c type_alpha.c type_enum.c type_integer.c type_numeric.c type_regex.c Log Message: - fix memory leak - xxx

CVS commit: src/lib/libform

2021-04-12 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 13 00:29:42 UTC 2021 Modified Files: src/lib/libform: type_alnum.c type_alpha.c Log Message: allocate the potential trailing nul as well. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/lib/libform

2017-10-23 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Oct 23 15:34:45 UTC 2017 Modified Files: src/lib/libform: Makefile Log Message: Remove duplicate MLINK entry for dup_field.3 (it's already defined 3 lines above) To generate a diff of this commit: cvs rdiff -u -r1.10

CVS commit: src/lib/libform

2017-10-23 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Mon Oct 23 15:23:56 UTC 2017 Modified Files: src/lib/libform: form_data.3 Log Message: Add the function names to the NAME section To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libform/form_data.3 Please

CVS commit: src/lib/libform

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 30 17:48:29 UTC 2016 Modified Files: src/lib/libform: type_numeric.c Log Message: PR 51190 David Binderman: simplify redundant conditionals. Also add paranoia when looping on isdigit(). To generate a diff of this

CVS commit: src/lib/libform

2016-03-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 9 19:47:13 UTC 2016 Modified Files: src/lib/libform: field.c form.c internals.c internals.h post.c type_enum.c type_ipv4.c Log Message: PR/50919: David Binderman: Re-do all the debug stuff in a more

CVS commit: src/lib/libform

2015-12-11 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Dec 11 21:22:57 UTC 2015 Modified Files: src/lib/libform: field.c Log Message: Counting from 0 to n-1 can go wrong badly, if n is unsigned and zero and the counter variable is not of a type larger than n. Fixes PR 50490. To

CVS commit: src/lib/libform

2015-09-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Sep 7 15:50:50 UTC 2015 Modified Files: src/lib/libform: field.c form.h Log Message: Constify set_field_buffer. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libform/field.c cvs rdiff -u -r1.22

CVS commit: src/lib/libform

2013-11-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 26 01:17:00 UTC 2013 Modified Files: src/lib/libform: driver.c form.h internals.c Log Message: goodbye CIRCLEQ, welcome TAILQ To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libform/driver.c cvs

CVS commit: src/lib/libform

2013-11-21 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Thu Nov 21 09:40:19 UTC 2013 Modified Files: src/lib/libform: field.c Log Message: Correct the allocation for the reformat buffer, thanks to mlelstv for the fix. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/lib/libform

2013-11-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 21 15:40:17 UTC 2013 Modified Files: src/lib/libform: field.c Log Message: Simplify previous. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/libform/field.c Please note that diffs are not

CVS commit: src/lib/libform

2013-01-19 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Jan 19 16:11:03 UTC 2013 Modified Files: src/lib/libform: internals.c Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/lib/libform/internals.c Please note that diffs are not public

CVS commit: src/lib/libform

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 20:43:03 UTC 2011 Modified Files: src/lib/libform: internals.c Log Message: Save space, kill some () To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/lib/libform/internals.c Please note that diffs

CVS commit: src/lib/libform

2010-03-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Mar 22 21:58:31 UTC 2010 Modified Files: src/lib/libform: form_cursor.3 form_data.3 form_driver.3 form_field.3 form_field_attributes.3 form_field_buffer.3 form_field_info.3 form_field_just.3