summaryrefslogtreecommitdiff
path: root/expat/examples/elements.c
Commit message (Expand)AuthorAgeFilesLines
* Sync file headersSebastian Pipping2022-10-241-1/+1
* examples: Add some whitespace for readabilitySebastian Pipping2022-10-241-0/+2
* examples: Make use of XML_GetBufferSebastian Pipping2022-10-241-3/+9
* examples/elements.c: Resolve unused include of <wchar.h>Sebastian Pipping2022-10-241-1/+0
* examples/elements.c: Be consistent across examples regarding OOM detectionSebastian Pipping2022-10-241-0/+5
* examples: Be consistent across examples regarding read looping and main exitSebastian Pipping2022-10-241-2/+10
* examples/elements.c: Be consistent in parse error reporting format across exa...Sebastian Pipping2022-10-241-3/+4
* examples: Make passing of depth pointer consistent across examplesSebastian Pipping2022-10-241-2/+2
* examples: Resolve use of unused variables argc and argvSebastian Pipping2022-10-241-3/+1
* Sync file headersSebastian Pipping2022-02-151-1/+1
* Increase precision in existing MIT headers based on Git historySebastian Pipping2021-05-021-1/+6
* Drop mistaken executable bitsSebastian Pipping2019-09-161-0/+0
* fix potential memory leak in elements.czhouzhongyuan2019-09-051-0/+1
* Drop support for Visual Studio <=7.1/2003Sebastian Pipping2019-08-291-5/+1
* Mass-apply clang-format 9 using ./apply-clang-format.shclang-format2019-08-031-18/+14
* Address 64bit size_t loss warning for Visual StudioSebastian Pipping2017-12-041-1/+1
* examples: Use printf rather than [f]put[w]s (pull request #135)Rhodri James2017-08-291-3/+1
* examples: Indent preprocessor codeSebastian Pipping2017-08-261-11/+11
* Fix example programs to compile under XML_UNICODE_WCHAR_TRhodri James2017-08-261-4/+13
* Inline copyright headers with C/C++ code where missing (#116)Sebastian Pipping2017-08-121-0/+29
* examples: Unify expat.h includeSebastian Pipping2017-06-071-1/+1
* examples|tests|xmlwf: Drop AmigaOS 4.x include (issue #14)Sebastian Pipping2017-06-071-4/+0
* Address all "unused parameter" warningsSebastian Pipping2016-05-071-0/+7
* examples/elements.c: Address compile warning on sign mismatchSebastian Pipping2016-03-121-1/+1
* Removed need for amiga_main().Steven Solie2007-06-031-6/+4
* Casting away some integer conversion warnings that should not pose a problem.Karl Waclawek2006-04-141-1/+1
* * Added support for XML_LARGE_SIZE.Karl Waclawek2005-12-281-1/+12
* *** empty log message ***Steven Solie2005-12-241-0/+6
* Added type cast necessary for compiling as C++ file (at least under VC++).Karl Waclawek2004-08-101-2/+2
* Deal with issue discussed in SF patch #820946: Expat doesn't handleFred L. Drake, Jr.2003-10-151-2/+2
* Define specific return values for the XML_Parse*() functions, and use themFred L. Drake, Jr.2002-08-021-1/+1
* De-tabify; minor code-style consistency changes.Fred L. Drake, Jr.2002-07-011-6/+7
* Move the "elements" example code here from "sample", so we only have oneFred L. Drake, Jr.2001-07-261-0/+49