summaryrefslogtreecommitdiff
path: root/lib/fields.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-02libdpkg: Refactor parsedb_state into a new structureGuillem Jover1-85/+74
2009-06-26libdpkg: Suffix path related function names with ‘path_’Guillem Jover1-1/+1
2009-06-19Use NUL character instead of 0Guillem Jover1-8/+10
2009-02-27libdpkg: Generalize f_boolean by not hardcoding to the essential memberGuillem Jover1-2/+6
2009-02-27libdpkg: Do nothing when parsing a boolean field with an empty stringGuillem Jover1-4/+4
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-1/+1
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-08-26Merge branch 'lenny' (through tag '1.14.21')Guillem Jover1-0/+2
2008-08-15Fix up packages in an inconsistent triggers-awaited stateGuillem Jover1-0/+2
2008-07-10Use new min and max macros instead of hardcoded testsGuillem Jover1-1/+1
2008-07-02libdpkg: Remove unneeded variable assignments and a variableGuillem Jover1-6/+5
2008-07-02libdpkg: Remove unneeded and wrong caching of namevalue length memberGuillem Jover1-9/+4
2008-07-02libdpkg: Print a longer string when an unknown field value is foundGuillem Jover1-1/+2
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-2/+2
2008-06-30libdpkg: Split some parse functions into error and warning variantsGuillem Jover1-103/+118
2008-06-28libdpkg: Remove unused file argument from parseerr and parsemustfieldGuillem Jover1-35/+36
2008-06-28libdpkg: Move skip_slash_dotslash from parsehelp.c to path.cGuillem Jover1-0/+1
2008-06-04Replace realloc plus error checking usage with m_reallocGuillem Jover1-2/+2
2008-03-30Implement triggers supportIan Jackson1-0/+93
2007-11-29Define several private functions and variables as staticGuillem Jover1-6/+7
2006-08-08Add initial support for the Breaks field, by parsing but rejecting it.Guillem Jover1-0/+1
2006-06-21Modified some strings to be able to merge them in the .pot files.Guillem Jover1-2/+2
2006-02-10Improve processing of disappearing conffiles (Ian Jackson).Frank Lichtenheld1-9/+39
2006-02-06Mark some strings as translatable (Changwoo Ryu). Closes: #256387Guillem Jover1-5/+7
2003-10-25Almost *EVERY* damn file was including config.h in the wrong spot. AfterAdam Heath1-1/+1
2002-08-24Allow spaces between the end of a version, and the trailing ')'.Adam Heath1-1/+1
2002-05-06Perl sucks, fix Ian's email addressWichert Akkerman1-1/+1
2002-05-06Update Ian Jacksons' email addressWichert Akkerman1-1/+1
2001-09-12don't harcode 'essential' fieldname in f_boolean convert_string callWichert Akkerman1-1/+2
2001-04-30Fix Eterm/eterm problem. findpackage() now does tolower() before searchingAdam Heath1-6/+4
2001-04-23Changed 0 to NULL.Adam Heath1-44/+44
2001-04-23Fixed up several warning types: const, casting, incorrect sizes,Adam Heath1-9/+14
2001-01-14Fix -Wall messages. Also, fix handling of user-defined fields inAdam Heath1-1/+1
2000-12-27Removed use of varbuf* code from f_dependency(), for a speedup.Adam Heath1-23/+41
2000-12-27Detect and issue an error when a space is in a version.Adam Heath1-0/+4
2000-12-26Increased the speed of convert_string() by a factor of 2, by storing theAdam Heath1-3/+12
2000-11-23fix two memory leaksWichert Akkerman1-0/+1
2000-07-17scripts/dpkg-gencontrol.pl: add Origin, Submit-Bugs-To and Submit-Bugs-Style ...Wichert Akkerman1-1/+1
2000-06-15lib/parse.c: add Enhances to fieldinfos[]Wichert Akkerman1-2/+6
1999-10-25translation fixupsWichert Akkerman1-3/+3
1999-01-29dpkg 1.4.1Guy Maor1-48/+50
1996-06-29dpkg (1.2.10); priority=MEDIUMIan Jackson1-0/+1
1996-05-16dpkg (1.2.0); priority=MEDIUMIan Jackson1-23/+47
1996-04-04dpkg (1.1.4); priority=MEDIUMIan Jackson1-0/+354