Fix crash in record conv rule select YAZ-812
[yaz-moved-to-github.git] / src / marcdisp.c
2014-12-03 Adam DickmeissFix yaz-marcdump segfault YAZ-801
2014-11-14 Adam Dickmeissmarc8 + ISO2709 checks for leader 9 YAZ-800
2014-04-22 Adam DickmeissChange local counter to size_t
2014-01-02 Adam DickmeissHappy new year
2013-12-06 Adam Dickmeissmarc json write: Combine two wrbuf calls into one
2013-12-05 Adam DickmeissProper encoding of JSON MARC records
2013-12-05 Adam DickmeissJSON / MARC encoding
2013-09-27 Adam DickmeissImprove display of MARC records with multi-byte subfiel...
2013-09-26 Adam DickmeissBetter check of marc leader info YAZ-691
2013-04-10 Adam DickmeissFix dup'ed identifers for MARC-8 encoding YAZ-650
2013-01-06 Adam DickmeissBump year
2012-09-19 Adam DickmeissReformat: delete trailing whitespace
2012-09-14 Adam DickmeissMARC: skip non-ASCII characters always for leader
2012-09-12 Adam DickmeissSkip bad UTF-8 chars in MARC leaders
2012-09-12 Adam DickmeissSimplify construct
2012-01-09 Adam DickmeissHappy new year
2011-04-27 Adam DickmeissAvoid printf %.*s for arbitrary strings
2011-04-26 Adam DickmeissAvoid ctype.h .
2011-03-31 Adam DickmeissReformatting
2011-03-31 Adam DickmeissMake element_name_append_attribute_value static
2011-01-06 Adam DickmeissHappy new year
2010-08-12 Adam DickmeissFix compilation for without libxml2
2010-04-07 Adam DickmeissUpdate TurboMARC namespace
2010-04-07 Adam DickmeissUpdate TurboMARC definition and document it
2010-03-15 Adam DickmeissVarious clean ups of tmarcxml
2010-03-15 Adam DickmeissReindent - including tabs -> spaces.
2010-03-11 Dennis SchafrothFixed: double writting of code value
2010-03-11 Dennis SchafrothRe-implemented the element name encoding as Adams sugge...
2010-03-11 Dennis SchafrothChanged the add_datafield_turbo_xml to match indicators...
2010-03-10 Dennis SchafrothFixed: element_name_encode log statetment log statement...
2010-03-10 Dennis SchafrothExtracted element name encoding into function. Moved...
2010-03-10 Dennis SchafrothFixed: Generating correct xml after intro of turbo xml
2010-03-10 Dennis SchafrothAble to make valid turbo marcxml not using libxml2.
2010-03-10 Dennis SchafrothAdded support for turbo format in new function. Need...
2010-03-09 Dennis SchafrothRemoved duplicate variable for turbo marcxml (using_tur...
2010-03-05 Dennis SchafrothFixed memory alloction errors. Added new function for...
2010-03-04 Dennis SchafrothAdded turbo marcxml read and write
2010-03-02 Dennis SchafrothAdded turbo marcxml format to output
2010-03-01 Dennis SchafrothWorking in progress: refactor the xml_write to handle...
2010-01-19 Adam DickmeissDoc MARC utils. Remove yaz_display_OPAC
2010-01-14 Adam DickmeissBump copyright year
2009-09-10 Adam DickmeissMARC checkout output: No ()s in comments
2009-07-31 Adam DickmeissMarcXchange NS is now info:lc/xmlns/marcxchange-v1
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2008-12-23 Adam DickmeissRefactor getting subfield length to separate function.
2008-12-23 Adam DickmeissFixed bug #2352: yaz-marcdump crashes for certain record.
2008-11-24 Adam DickmeissGot rid of a few warnings WRT signed/unsigned types
2008-10-16 Adam DickmeissOmit definitions of xmlNode and xmlDocPtr if YAZ_HAVE_X...
2008-10-15 Adam DickmeissAdded include of stdlib.h because of atoi
2008-04-01 Adam DickmeissUpdate source headers for 2008. Omit CVS ID keyword...
2008-01-30 Adam DickmeissAdded yaz_marc_get_iconv
2007-12-18 Adam DickmeissAnnotate
2007-12-17 Adam DickmeissSupport read/write MARCXML collections.
2007-09-20 Adam DickmeissFixed bug in conversion to XML from MARC: Non-XML chara...
2007-05-06 Adam DickmeissCode updates which makes things compile as C++. Mostly...
2007-03-20 Adam DickmeissAttempted fix of bug #976: Segfault in yaz_iconv. The...
2007-03-19 Adam DickmeissAPI changes to WRBUF. wrbuf_free removed; replaced...
2007-02-23 Adam DickmeissAdded snprintf/vsnprintf wrappers for systems that...
2007-02-17 Adam DickmeissFixed compilation and tests for case where Libxml2...
2007-01-22 Adam DickmeissRemove dead code
2007-01-18 Adam DickmeissFixed bug #826: Weird looking chars for set of MARC...
2007-01-06 Adam DickmeissFixed bug #797: yaz_marc_write_xml does not honor chara...
2007-01-03 Adam DickmeissTowards 2.1.44. Bump copyright year.
2007-01-02 Sebastian HammerExplicitly associates NS with record root element in...
2006-12-18 Adam DickmeissAdded yaz_marc_write_xml which creates MARCXML/MarcXcha...
2006-12-15 Adam DickmeissImplemented function yaz_marc_read_line which parses...
2006-12-15 Adam DickmeissSplit MARC reader functions out of marcdisp.c. Prepare...
2006-12-13 Adam DickmeissAdded header yaz/xmltypes.h which include libxml2'...
2006-12-07 Adam DickmeissAdded 'check only' option for MARC utilities. Option...
2006-10-27 Adam DickmeissFixed bug #711: Do not include Libxml2's headers from...
2006-08-28 Adam DickmeissNew option for yaz-marcdump -lpos=value which allows...
2006-08-28 Adam DickmeissFixed bug #643: Bad sequence for MARC conversions from...
2006-08-01 Adam DickmeissFixed yaz_marc_write_iso2709 to honor character set...
2006-07-06 Adam DickmeissFor Libxml2 and friends, YAZ defines YAZ_HAVE_{XML2...
2006-05-23 Adam DickmeissFixed bug #593: Buffers too small for MARC string buffers.
2006-05-02 Adam DickmeissAdded nmem_text_node_cdata which takes xmlNode CDATA...
2006-04-20 Adam DickmeissExteded yaz_marc_write_marcxhange new parameters, forma...
2006-04-20 Adam DickmeissAdded utility yaz_marc_modify_leader which modifies...
2006-04-19 Adam DickmeissNew facilities for the MARC module. The reading - and...
2006-01-26 Adam DickmeissAvoid mixed stmt/var declare
2006-01-20 Adam DickmeissTry to cope with subfields in multi-byte encoding ...
2005-06-25 Adam DickmeissExpanded tabs in all source files. Added vim/emacs...
2005-06-07 Adam DickmeissFixed bug in yaz_marc_decode_buf. By mistake the routin...
2005-04-20 Adam DickmeissUse XML comments for debug/verbose info.
2005-03-07 Adam DickmeissNo leading spaces in warning comments
2005-03-06 Adam DickmeissBetter diagnostics for bad MARC records.
2005-02-25 Adam Dickmeissyaz_marc_decode_wrbuf no longer Wrewinds WRBUF
2005-02-25 Adam DickmeissFixed bug that caused MARC decode to SEGV for some...
2005-02-08 Adam DickmeissAdded MarcXchange support.
2005-02-02 Adam DickmeissNever assume non 00X have controlfields
2005-02-02 Adam DickmeissPut two spaces before datafield end tag (includes subfi...
2005-02-02 Adam DickmeissFixed bug #263: YAZ MARCXML dump shows extra spaces...
2005-01-15 Adam DickmeissBump year
2004-12-30 Adam DickmeissAvoid signed char subscript
2004-11-26 Adam Dickmeissyaz-log.7 man pages part of RedHat package yaz
2004-11-25 Adam DickmeissTreat field as having subfields even if first char...
2004-10-15 Adam DickmeissDoxyfile file description. Indentation. No change of...
2004-10-01 Adam DickmeissFixed MARC utilities to use proper conversion to XML...
2004-08-07 Adam DickmeissFor MARCXML, set leader pos 9 to a to signal unicode
next