2009-10-19 |
Angel Ortega | Fixed mp-doccer detection broken in previous patch.
|
commit | commitdiff | tree |
2009-10-14 |
Angel Ortega | mpdm_ival() now accepts numbers prefixed by 0b as binary...
|
commit | commitdiff | tree |
2009-08-26 |
Angel Ortega | Small documentation fixes.
|
commit | commitdiff | tree |
2009-08-26 |
Angel Ortega | Version 1.0.8 RELEASED.
|
commit | commitdiff | tree |
2009-08-26 |
Angel Ortega | More documented variables (Closes: #1112, #1113).
|
commit | commitdiff | tree |
2009-08-26 |
Angel Ortega | Documented mpdm_sscanf() (Closes: #1111).
|
commit | commitdiff | tree |
2009-08-25 |
Angel Ortega | Updated TODO.
|
commit | commitdiff | tree |
2009-07-15 |
Angel Ortega | If the value to be joined in mpdm_join() is not an...
|
commit | commitdiff | tree |
2009-06-17 |
Angel Ortega | Reordered struct mpdm_val elements to shrink its size...
|
commit | commitdiff | tree |
2009-06-17 |
Angel Ortega | Only set utf-8 or 8bit encodings when explicitly found.
|
commit | commitdiff | tree |
2009-06-17 |
Angel Ortega | Added '8bit' as a valid encoding in embedded_encodings().
|
commit | commitdiff | tree |
2009-06-17 |
Angel Ortega | If utf-8 is detected, it's explicitly set.
|
commit | commitdiff | tree |
2009-06-17 |
Angel Ortega | New encoding '8bit', where no charset conversion is...
|
commit | commitdiff | tree |
2009-06-16 |
Angel Ortega | Deleted debugging code.
|
commit | commitdiff | tree |
2009-06-16 |
Angel Ortega | Special utf-8 detection in read_auto().
|
commit | commitdiff | tree |
2009-06-16 |
Angel Ortega | Use whence constants in fseek().
|
commit | commitdiff | tree |
2009-06-16 |
Angel Ortega | Some comment fixes.
|
commit | commitdiff | tree |
2009-06-16 |
Angel Ortega | Suppressed warnings by unmarking struct mpdm_file pointers...
|
commit | commitdiff | tree |
2009-06-16 |
Angel Ortega | Ensure seeking is possible before attempting encoding...
|
commit | commitdiff | tree |
2009-06-15 |
Angel Ortega | If the TEMP_ENCODING root key is set, it's used when...
|
commit | commitdiff | tree |
2009-06-15 |
Angel Ortega | utf-16 and utf-32 are *always* written with BOM.
|
commit | commitdiff | tree |
2009-06-15 |
Angel Ortega | utf-16 and utf-32 autodetecting readers without BOM...
|
commit | commitdiff | tree |
2009-06-15 |
Angel Ortega | The embedded encodings now have precedence to the iconv...
|
commit | commitdiff | tree |
2009-06-15 |
Angel Ortega | New encoding 'utf-8bom'.
|
commit | commitdiff | tree |
2009-06-15 |
Angel Ortega | The autodetected encoding is set in 'DETECTED_ENCODING'.
|
commit | commitdiff | tree |
2009-06-10 |
Angel Ortega | Improved file encoding autodetection by using the BOMs.
|
commit | commitdiff | tree |
2009-05-27 |
Angel Ortega | Updated RELEASE_NOTES.
|
commit | commitdiff | tree |
2009-05-27 |
Angel Ortega | Also accept empty strings for default locale in mpdm_encoding().
|
commit | commitdiff | tree |
2009-05-17 |
Angel Ortega | Updated RELEASE_NOTES.
|
commit | commitdiff | tree |
2009-05-17 |
Angel Ortega | Renamed mpdm_scanf() to mpdm_sscanf().
|
commit | commitdiff | tree |
2009-05-08 |
Angel Ortega | Sync to blanks in scanf() (more likely to the real...
|
commit | commitdiff | tree |
2009-05-04 |
Angel Ortega | Fix scanf() hex numbers.
|
commit | commitdiff | tree |
2009-05-04 |
Angel Ortega | Explicit sets also allow other % commands to be specified...
|
commit | commitdiff | tree |
2009-05-04 |
Angel Ortega | Store scanf() standard sets in a struct.
|
commit | commitdiff | tree |
2009-05-01 |
Angel Ortega | Add support for _fullpath() for file canonicalization.
|
commit | commitdiff | tree |
2009-04-26 |
Angel Ortega | New version start.
|
commit | commitdiff | tree |
2009-04-26 |
Angel Ortega | Revert "Delete all traces of scanf(), as it won't be...
|
commit | commitdiff | tree |
2009-04-26 |
Angel Ortega | Version 1.0.7 RELEASED.
|
commit | commitdiff | tree |
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 |