]> git.pond.sub.org Git - empserver/history - src/lib/common/xundump.c
Forbid omitting rows in config item and sect-chr
[empserver] / src / lib / common / xundump.c
2011-06-25 Markus ArmbrusterForbid omitting rows in config item and sect-chr
2011-06-25 Markus ArmbrusterMake xundump check each partial table supplies the...
2011-06-25 Markus ArmbrusterMake xundump reject out-of-order rows
2011-06-25 Markus ArmbrusterClean up xundump's test whether table may be truncated
2011-06-25 Markus ArmbrusterOverhaul how xundump keeps track of current object
2011-06-25 Markus ArmbrusterFix empdump not to grow game state files with fixed...
2011-06-25 Markus ArmbrusterFix empdump not to truncate game state files with fixed...
2011-06-25 Markus ArmbrusterFix how empdump rejects attempt to split table sect
2011-06-25 Markus Armbrusterempdump failed to catch some invalid column names
2011-06-25 Markus ArmbrusterFix empdump to check for truncation failure
2011-06-25 Markus ArmbrusterMake xundump report invalid record IDs
2011-06-25 Markus ArmbrusterMake xundump reject numbers that don't fit into integra...
2011-06-25 Markus ArmbrusterRestrict xundump to tables with a file name
2011-06-25 Markus ArmbrusterCheck record uid comes first in split config tables
2011-06-25 Markus ArmbrusterDon't stop checking xdump field headers when join field...
2011-04-14 Markus ArmbrusterUpdate known contributors comments
2011-04-12 Markus ArmbrusterLicense upgrade to GPL version 3 or later
2010-07-25 Markus ArmbrusterDocument xundump() memory leak more clearly
2010-06-20 Markus ArmbrusterConvert spaces to tabs
2010-06-20 Markus ArmbrusterCoding style fixes, mostly indentation and whitespace
2010-01-19 Markus ArmbrusterUpdate copyright notice
2009-02-08 Markus ArmbrusterUpdate copyright notice
2008-09-18 Markus ArmbrusterFix trailing whitespace
2008-09-04 Markus ArmbrusterFix misuse of ef_cadef(EF_BAD)
2008-09-04 Markus ArmbrusterCheck argument of ef_cadef(), ef_nelem(), ef_flags...
2008-09-04 Markus ArmbrusterClean up maintenance of config table sentinels
2008-05-12 Markus ArmbrusterMake xundump oops on virtual selectors
2008-03-14 Markus ArmbrusterUpdate known contributors comments
2008-03-14 Markus ArmbrusterMake xundump catch extraneous fields
2008-03-14 Markus ArmbrusterMake xundump interpret escapes in identifiers
2008-03-14 Markus ArmbrusterMake xdump code available for future use outside the...
2008-03-14 Markus ArmbrusterImplement xundump table truncation
2008-02-26 Markus ArmbrusterMake xundump capable of extending tables
2008-01-19 Markus ArmbrusterUpdate copyright notice
2007-09-02 Markus ArmbrusterComments.
2007-08-05 Markus Armbruster(xufooter, xubody): Rename some variables. No function...
2007-08-05 Markus Armbruster(xundump): Use malloc() instead of calloc() for fldca...
2007-08-05 Markus Armbruster(xufld): Clarify.
2007-08-05 Markus Armbruster(xufldname): Don't bother to catch ... in field 1,...
2007-08-05 Markus Armbruster(defellipsis): Set ellipsis to 1 instead of field numbe...
2007-08-05 Markus ArmbrusterFix fields checks for split tables:
2007-08-05 Markus Armbruster(xufldhdr): ellipsis wasn't cleared for machine-readabl...
2007-08-05 Markus Armbruster(xutail): Remove parameter type. Use cur_type instead...
2007-08-05 Markus Armbruster(getobj, setnum): Move override of cur_id from getobj...
2007-08-05 Markus Armbruster(xuheader1, xufldhdr, xutrailer, xufooter, xundump2...
2007-08-05 Markus Armbruster(xundump1, xundump2): Move call of xutrailer() from...
2007-08-05 Markus Armbruster(xundump1): Remove parameter type. Use cur_type instea...
2007-08-05 Markus Armbruster(xuheader1, xutrailer, xundump1): Remove unused paramet...
2007-08-05 Markus Armbruster(xundump): Count lines in a saner way: pass line number...
2007-01-09 Markus ArmbrusterUpdate copyright notice.
2006-12-31 Markus Armbruster(setstr): Fix type error in variadic argument.
2006-07-11 Markus Armbruster(setstr): Supply missing cast.
2006-07-10 Markus ArmbrusterBreak inclusion cycle: prototypes.h and commands.h...
2006-06-22 Markus ArmbrusterRewrite rev. 1.69 to suppress immutable field match...
2006-06-09 Ron Koenderink(mtsymset, add2symset): Remove unused local variables.
2006-06-04 Markus ArmbrusterFix the previous revision.
2006-06-04 Markus ArmbrusterDon't check values for immutable fields match when...
2006-06-01 Markus ArmbrusterAllow symbolic references not just to symbol tables:
2006-06-01 Markus Armbruster(xunsymbol1): Fix diagnostics.
2006-06-01 Markus ArmbrusterSymbolic names for table entries in conditionals, close...
2006-06-01 Markus Armbruster(getid): Restrict identifier syntax: outlaw conditional...
2006-06-01 Markus Armbruster(xufld, setstr): Improve diagnostics.
2006-05-18 Markus Armbruster(nsc_type): New member NSC_HIDDEN.
2006-02-19 Markus Armbruster(xuheader): Fix misleading diagnostics.
2006-02-19 Markus ArmbrusterPermit field repetition in each part of vertically...
2006-02-19 Markus Armbruster(need_uid, is_partial): Rename.
2006-02-14 Markus Armbruster(defellipsis, chkflds, xundump2, need_uid): Use new...
2006-02-14 Markus ArmbrusterSupport vertically split configuration tables (human...
2006-02-13 Markus ArmbrusterXdumps don't contain records not in use, cope with...
2006-02-13 Markus Armbruster(xundump1): Don't suppress table growth just because...
2006-02-13 Markus Armbruster(setnum): Fix computation of old for cases NSC_XCOORD...
2006-02-13 Markus Armbruster(xuheader, xundump): Return -2 for empty input, so...
2006-02-13 Markus Armbruster(setstr): Fix for NSC_STRINGY without terminating zero.
2006-02-12 Markus Armbruster(xuheader1): New, factored out of xundump().
2006-02-09 Markus Armbruster(xundump): Rev. 1.44 broke ef_load(). Fix.
2006-02-09 Markus Armbruster(xundump, xundump1): Fix treatment of empty lines.
2006-02-09 Ron Koenderink(mtsymset, xutrailer, xundump1): Remove unused variables.
2006-02-08 Markus ArmbrusterAccept fields out of order in human-readable syntax...
2006-02-08 Markus ArmbrusterImprove error messages.
2006-02-08 Markus ArmbrusterThe separation between parsing and semantic actions...
2006-02-08 Markus Armbruster(xundump): Precise value for need_sentinel.
2006-02-08 Markus Armbruster(xutrailer): Fix parsing of /config. Change human...
2006-02-08 Markus Armbruster(xuheader): Check for unexpected table before oopsing...
2006-02-08 Markus Armbruster(xufldname, xufld): New, factored out of xuflds and...
2006-02-08 Markus Armbruster(xucolumnheader): Don't gripe when xuflds() fails,...
2006-01-30 Ron KoenderinkProperly parse and validate column headers:
2006-01-29 Ron Koenderink(xuheader): Remove values[], not used.
2006-01-22 Ron Koenderink(xuflds): Terminated the value list when a bad separato...
2006-01-21 Markus ArmbrusterCOPYING duplicates information from README. Remove...
2006-01-21 Ron Koenderink(xunsymbol): Ensure the table is a symbol table before...
2006-01-08 Ron Koenderink(xuloadrow): Add support for NSC_SHORT.
2006-01-05 Markus ArmbrusterUpdate copyright notice.
2006-01-01 Ron Koenderink(xundump): Add the ability to support the parsing of...
2006-01-01 Ron Koenderink(xundump): Move the header parsing into a separate...
2005-12-27 Markus ArmbrusterInclude config.h.
2005-12-17 Markus Armbruster(xundump): Eat whitespace after table, so that caller...
2005-12-17 Markus Armbruster(xundump): Fix table row counting, broken by rev. 1.23.
2005-12-03 Markus Armbruster(xundump): Fix rev. 1.19.
2005-12-03 Markus Armbruster(xuflds, xunsymbol, xuloadrow): Symbol sets.
2005-12-03 Markus Armbruster(xunsymbol): Fix design flaw: negative symbol values...
next