2009-04-26 |
Angel Ortega | Delete all traces of scanf(), as it won't be part of...
|
commit | commitdiff | tree |
2009-04-25 |
Angel Ortega | Only test for *f in the upper loop, as a %n format...
|
commit | commitdiff | tree |
2009-04-25 |
Angel Ortega | New command %S to mpdm_scanf().
|
commit | commitdiff | tree |
2009-04-25 |
Angel Ortega | Avoid using yet another buffer.
|
commit | commitdiff | tree |
2009-04-25 |
Angel Ortega | Move working buffers to global ones.
|
commit | commitdiff | tree |
2009-04-25 |
Angel Ortega | Don't generate empty values in mpdm_scanf().
|
commit | commitdiff | tree |
2009-04-25 |
Angel Ortega | Updated TODO.
|
commit | commitdiff | tree |
2009-04-25 |
Angel Ortega | Updated RELEASE_NOTES.
|
commit | commitdiff | tree |
2009-04-25 |
Angel Ortega | Added the 'position' command to mpdm_scanf().
|
commit | commitdiff | tree |
2009-04-25 |
Angel Ortega | Sum offset to the input data, not the format.
|
commit | commitdiff | tree |
2009-04-25 |
Angel Ortega | Added an offset to mpdm_scanf().
|
commit | commitdiff | tree |
2009-04-25 |
Angel Ortega | Added support for %% in mpdm_scanf().
|
commit | commitdiff | tree |
2009-04-24 |
Angel Ortega | Added more stress tests.
|
commit | commitdiff | tree |
2009-04-24 |
Angel Ortega | Only add chars to the dynamic string if not being ignored.
|
commit | commitdiff | tree |
2009-04-24 |
Angel Ortega | Added many stress tests for mpdm_scanf().
|
commit | commitdiff | tree |
2009-04-24 |
Angel Ortega | Skip the closing square bracket.
|
commit | commitdiff | tree |
2009-04-24 |
Angel Ortega | Swapped mpdm_scanf() arguments, to match sprintf()...
|
commit | commitdiff | tree |
2009-04-24 |
Angel Ortega | If yset is empty, accepts as a true set.
|
commit | commitdiff | tree |
2009-04-24 |
Angel Ortega | Added mpdm_scanf() prototype to mpdm.h.
|
commit | commitdiff | tree |
2009-04-24 |
Angel Ortega | New function mpdm_scanf() (without any test).
|
commit | commitdiff | tree |
2009-04-07 |
Angel Ortega | New function mpdm_chdir().
|
commit | commitdiff | tree |
2009-04-06 |
Angel Ortega | If mpdm_dump_1 is NULL, it's set back to dump_1() by...
|
commit | commitdiff | tree |
2009-04-06 |
Angel Ortega | Fix mpdm_dump_1() definition in mpdm.h.
|
commit | commitdiff | tree |
2009-04-06 |
Angel Ortega | Use mpdm_pokews() instead of mpdm_poke() wherever possible.
|
commit | commitdiff | tree |
2009-04-06 |
Angel Ortega | New convenience function mpdm_pokews().
|
commit | commitdiff | tree |
2009-04-06 |
Angel Ortega | Call mpdm_dump_1() instead of dump_1() in mpdm_dumper().
|
commit | commitdiff | tree |
2009-04-06 |
Angel Ortega | The dump_1() function is now pluggable.
|
commit | commitdiff | tree |
2009-03-27 |
Angel Ortega | Delete repeated directory delimiters in mpdm_glob().
|
commit | commitdiff | tree |
2009-03-26 |
Angel Ortega | Treat NULL and empty base the same in mpdm_glob().
|
commit | commitdiff | tree |
2009-03-26 |
Angel Ortega | Use the base directory in Win32 globbing.
|
commit | commitdiff | tree |
2009-03-26 |
Angel Ortega | Use the base directory in Unix globbing.
|
commit | commitdiff | tree |
2009-03-26 |
Angel Ortega | Added a base directory argument to mpdm_glob() (still...
|
commit | commitdiff | tree |
2009-03-26 |
Angel Ortega | In expand_ampersands(), fix double backslash processing.
|
commit | commitdiff | tree |
2009-03-26 |
Angel Ortega | Updated RELEASE_NOTES.
|
commit | commitdiff | tree |
2009-03-25 |
Angel Ortega | Fix win32 globbing (Closes: #1110).
|
commit | commitdiff | tree |
2009-03-25 |
Angel Ortega | Updated TODO.
|
commit | commitdiff | tree |
2009-02-03 |
Angel Ortega | Fix disappearing ampersands (Closes: #1109).
|
commit | commitdiff | tree |
2009-02-02 |
Angel Ortega | Updated TODO.
|
commit | commitdiff | tree |
2008-12-23 |
Angel Ortega | Suppressed some warnings.
|
commit | commitdiff | tree |
2008-12-07 |
Angel Ortega | Version 1.0.6 RELEASED.
|
commit | commitdiff | tree |
2008-12-04 |
Angel Ortega | Improved mp_doccer detection.
|
commit | commitdiff | tree |
2008-11-28 |
Angel Ortega | Better wording in abstract.
|
commit | commitdiff | tree |
2008-11-28 |
Angel Ortega | Added an abstract to mp_doccer documents.
|
commit | commitdiff | tree |
2008-11-28 |
Angel Ortega | Take into account docs that need both Grutatxt and...
|
commit | commitdiff | tree |
2008-11-28 |
Angel Ortega | Added doc/mpdm_api.txt to 'docsclean' target.
|
commit | commitdiff | tree |
2008-11-28 |
Angel Ortega | Improve expand_ampersands() to allow escaping backslashes.
|
commit | commitdiff | tree |
2008-11-28 |
Angel Ortega | Merge branch 'master' of git.triptico.com:git/mpdm
|
commit | commitdiff | tree |
2008-11-28 |
Angel Ortega | New stress test for escaped backslashes in sregex.
|
commit | commitdiff | tree |
2008-11-21 |
Angel Ortega | Updated documentation.
|
commit | commitdiff | tree |
2008-11-21 |
Angel Ortega | Updated to build mpdm_api.txt and mpdm_api.html.
|
commit | commitdiff | tree |
2008-10-17 |
Angel Ortega | The dumping functions show (emphatically) when a value...
|
commit | commitdiff | tree |
2008-10-17 |
Angel Ortega | When a value is destroyed, is marked with the MPDM_DELETED...
|
commit | commitdiff | tree |
2008-10-06 |
Angel Ortega | Key values in the hash substitutor in sregex() can...
|
commit | commitdiff | tree |
2008-10-01 |
Angel Ortega | More win32 languages.
|
commit | commitdiff | tree |
2008-09-30 |
Angel Ortega | Updated RELEASE_NOTES.
|
commit | commitdiff | tree |
2008-09-30 |
Angel Ortega | Added a hack to set language information in win32.
|
commit | commitdiff | tree |
2008-09-30 |
Angel Ortega | The environment is stored in a hash called ENV in mpdm_root().
|
commit | commitdiff | tree |
2008-07-28 |
Angel Ortega | Added cast to MPDM_X().
|
commit | commitdiff | tree |
2008-07-24 |
Angel Ortega | Made mpdm.h usable from C++.
|
commit | commitdiff | tree |
2008-07-01 |
Angel Ortega | Version 1.0.5 RELEASED.
|
commit | commitdiff | tree |
2008-04-07 |
Angel Ortega | Systems with iconv() without WCHAR_T should now fallthrough...
|
commit | commitdiff | tree |
2008-04-07 |
Angel Ortega | Updated RELEASE_NOTES.
|
commit | commitdiff | tree |
2008-04-07 |
Angel Ortega | The embedded encoding converters are always enabled...
|
commit | commitdiff | tree |
2008-04-07 |
Angel Ortega | New utf-32le, utf-32be and utf-32 encodings.
|
commit | commitdiff | tree |
2008-04-07 |
Angel Ortega | mpdm_encoding() now uses the default encoding hash...
|
commit | commitdiff | tree |
2008-04-07 |
Angel Ortega | Call mpdm_encoding() from mpdm_startup().
|
commit | commitdiff | tree |
2008-04-07 |
Angel Ortega | Embedded encodings are stored inside the EMBEDDED_ENCODINGS...
|
commit | commitdiff | tree |
2008-04-07 |
Angel Ortega | New utf16 encoding functions, with endianness autodetection.
|
commit | commitdiff | tree |
2008-04-07 |
Angel Ortega | New ad-hoc utf-16be converter.
|
commit | commitdiff | tree |
2008-04-07 |
Angel Ortega | New ad-hoc utf-16le converter.
|
commit | commitdiff | tree |
2008-04-07 |
Angel Ortega | Use the new f_read and f_write functions.
|
commit | commitdiff | tree |
2008-04-07 |
Angel Ortega | The read and write line functions are stored inside...
|
commit | commitdiff | tree |
2008-04-04 |
Angel Ortega | New ad-hoc iso8859-1 to wchar_t converter.
|
commit | commitdiff | tree |
2008-04-02 |
Angel Ortega | Fix again doc directory permissions.
|
commit | commitdiff | tree |
2008-04-02 |
Angel Ortega | Fix doc directory permissions.
|
commit | commitdiff | tree |
2008-03-31 |
Angel Ortega | Add support for realpath().
|
commit | commitdiff | tree |
2008-03-31 |
Angel Ortega | Add detection for realpath() in case canonicalize_file_name...
|
commit | commitdiff | tree |
2008-03-31 |
Angel Ortega | The mpdm_stat() now returns the canonicalized file...
|
commit | commitdiff | tree |
2008-03-30 |
Angel Ortega | Fixed a typo in mpdm_regex().
|
commit | commitdiff | tree |
2008-03-30 |
Angel Ortega | mpdm_regex() returns NULL even with the 'g' flag.
|
commit | commitdiff | tree |
2008-03-30 |
Angel Ortega | New flag 'g' in mpdm_regex().
|
commit | commitdiff | tree |
2008-03-30 |
Angel Ortega | Regex matching for one string moved to the static function...
|
commit | commitdiff | tree |
2008-03-30 |
Angel Ortega | Fix mpdm_sprintf() (Closes: #1108).
|
commit | commitdiff | tree |
2008-03-29 |
Angel Ortega | Updated TODO.
|
commit | commitdiff | tree |
2008-03-13 |
Angel Ortega | Grutatxt and mp_doccer warnings has been disabled until...
|
commit | commitdiff | tree |
2008-03-13 |
Angel Ortega | Version 1.0.4 RELEASED.
|
commit | commitdiff | tree |
2008-03-13 |
Angel Ortega | New target realclean.
|
commit | commitdiff | tree |
2008-03-03 |
Angel Ortega | Stop using -mwindows -lcomctl32 in win32 compilations.
|
commit | commitdiff | tree |
2008-02-29 |
Angel Ortega | New option --mingw32 to config.sh.
|
commit | commitdiff | tree |
2008-01-30 |
Angel Ortega | The DOCS variable was being overwritten if Grutatxt...
|
commit | commitdiff | tree |
2008-01-18 |
Angel Ortega | All const have been added where suitable (Closes: ...
|
commit | commitdiff | tree |
2008-01-18 |
Angel Ortega | Changed expand_ampersands() to use const.
|
commit | commitdiff | tree |
2008-01-18 |
Angel Ortega | More consts here and there.
|
commit | commitdiff | tree |
2008-01-18 |
Angel Ortega | Changed mpdm_hset_s() to use const.
|
commit | commitdiff | tree |
2008-01-18 |
Angel Ortega | Changed mpdm_hget_s() to use const.
|
commit | commitdiff | tree |
2008-01-18 |
Angel Ortega | Changed mpdm_seek_s() to use const.
|
commit | commitdiff | tree |
2008-01-18 |
Angel Ortega | Changed mpdm_bseek_s() to use const.
|
commit | commitdiff | tree |
2008-01-18 |
Angel Ortega | The data pointer in struct mpdm_val (mpdm_t) has been...
|
commit | commitdiff | tree |
2008-01-18 |
Angel Ortega | Fixed some warning towards making mpdm_t->data const.
|
commit | commitdiff | tree |
2008-01-18 |
Angel Ortega | More consts in mpdm_sprintf().
|
commit | commitdiff | tree |