2010-10-15 |
Angel Ortega | Use mpdm_strcat_sn() wherever possible.
|
commit | commitdiff | tree |
2010-10-15 |
Angel Ortega | New function mpdm_strcat_sn().
|
commit | commitdiff | tree |
2010-10-15 |
Angel Ortega | Never return the same string in mpdm_strcat().
|
commit | commitdiff | tree |
2010-10-15 |
Angel Ortega | Use mpdm_pokewsn() wherever possible.
|
commit | commitdiff | tree |
2010-10-15 |
Angel Ortega | New function mpdm_pokewsn().
|
commit | commitdiff | tree |
2010-10-15 |
Angel Ortega | New function mpdm_join_s().
|
commit | commitdiff | tree |
2010-10-15 |
Angel Ortega | Splitted hset.
|
commit | commitdiff | tree |
2010-10-14 |
Angel Ortega | Splitted hget.
|
commit | commitdiff | tree |
2010-10-14 |
Angel Ortega | Splitted bseek.
|
commit | commitdiff | tree |
2010-10-14 |
Angel Ortega | Splitted seek.
|
commit | commitdiff | tree |
2010-10-14 |
Angel Ortega | Changed the order in mpdm_cmp() arguments inside mpdm_bseek().
|
commit | commitdiff | tree |
2010-10-14 |
Angel Ortega | New function mpdm_split_s().
|
commit | commitdiff | tree |
2010-10-14 |
Angel Ortega | New function mpdm_cmp_s().
|
commit | commitdiff | tree |
2010-10-14 |
Angel Ortega | Use mpdm_strcat_s() wherever possible.
|
commit | commitdiff | tree |
2010-10-14 |
Angel Ortega | New function mpdm_strcat_s().
|
commit | commitdiff | tree |
2010-10-13 |
Angel Ortega | Always try to dequeue next value in mpdm_destroy().
|
commit | commitdiff | tree |
2010-10-13 |
Angel Ortega | Do not call mpdm_destroy() from any mpdm_exec() variants.
|
commit | commitdiff | tree |
2010-10-13 |
Angel Ortega | Only account a destroy if a value was dequeued.
|
commit | commitdiff | tree |
2010-10-13 |
Angel Ortega | New 'deleted' key value to MPDM().
|
commit | commitdiff | tree |
2010-10-13 |
Angel Ortega | Reworked value queue to get rid of prev pointers.
|
commit | commitdiff | tree |
2010-10-13 |
Angel Ortega | Reordered code in mpdm_destroy().
|
commit | commitdiff | tree |
2010-08-25 |
Angel Ortega | Version 1.0.9 RELEASED.
|
commit | commitdiff | tree |
2010-07-15 |
Angel Ortega | Added %u to sprintf().
|
commit | commitdiff | tree |
2010-03-30 |
Angel Ortega | Use mpdm_iterator() when dumping.
|
commit | commitdiff | tree |
2010-03-30 |
Angel Ortega | Updated RELEASE_NOTES.
|
commit | commitdiff | tree |
2010-03-30 |
Angel Ortega | Modified mpdm_keys() to use mpdm_iterator().
|
commit | commitdiff | tree |
2010-03-30 |
Angel Ortega | New function mpdm_iterator().
|
commit | commitdiff | tree |
2010-03-02 |
Angel Ortega | Use a mask depending on sizeof(int) in %b.
|
commit | commitdiff | tree |
2010-03-01 |
Angel Ortega | Accept %b in mpdm_sprintf() to print binary numbers.
|
commit | commitdiff | tree |
2009-12-22 |
Angel Ortega | Updated TODO.
|
commit | commitdiff | tree |
2009-12-22 |
Angel Ortega | Fixed crashes on 'mp.active.syntax = NULL' (Closes...
|
commit | commitdiff | tree |
2009-12-21 |
Angel Ortega | New function mpdm_poke_o() (like mpdm_poke(), but with...
|
commit | commitdiff | tree |
2009-12-21 |
Angel Ortega | Added more stress tests.
|
commit | commitdiff | tree |
2009-11-06 |
Angel Ortega | Revert "Changed TODO format."
|
commit | commitdiff | tree |
2009-10-29 |
Angel Ortega | Changed TODO format.
|
commit | commitdiff | tree |
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 |