Patrick Winnertz
b79649fd54
Corrected names of the header files in the README for mhl
2009-01-23 20:07:32 +01:00
Enrico Weigelt, metux IT service
272754a8f5
renamed ../mhl/mhl* to <mhl/...>
2009-01-19 02:31:04 +01:00
Enrico Weigelt, metux IT service
74c1fd9d11
changed includes from ../mhl/ to <mhl/...>
2009-01-16 20:16:05 +01:00
Patrick Winnertz
5f1140f894
Renamed all mhl files as some of them are also present under /usr/include
...
with the same name:
- memory.h
- string.h
In order to do not have two .h files with the same name these two needs to be renamed.
I've renamed the others too, in order to have the same naming rules here.
Updated README to reflect this change
2009-01-16 11:50:10 +01:00
Patrick Winnertz
01e12904bf
Revert patches from slavaz and moved them into a separate branch
...
since this should go into 4.6.2
2009-01-15 14:10:45 +01:00
Slava Zanko
4eee697592
Create some function for init recode stuff.
2009-01-14 16:10:47 +02:00
Slava Zanko
b79817bdb8
Added empty files mhl_recode.[ch]
...
In future these files will deprecate src/charsets.[ch]
2009-01-14 13:45:52 +02:00
Slava Zanko
521fe2fefb
Add .gitignore to mhl dir.
2009-01-14 13:21:58 +02:00
Slava Zanko
51a81ec6e3
mhl/string.c: rename to mhl_string.c
...
mhl/string.h: rename to mhl_string.h
mhl/memory.h:
- Remove REGEX_MALLOC
- avoid "alloca redefined" warning
2009-01-14 12:48:12 +02:00
Slava Zanko
c9bdf6f0a4
Make compileable mhl library.
...
Create mhl/string.c file
2009-01-13 17:35:02 +02:00
Slava Zanko
14b078b908
Add support of GLIB library.
2009-01-13 16:24:41 +02:00
Patrick Winnertz
60e84fdba8
use size_t where needed.
2009-01-13 07:32:14 +01:00
Enrico Weigelt, metux IT service
456e41a2a2
removed mhl_str_concat_XXX() inlines
2009-01-12 21:42:45 +01:00
Enrico Weigelt, metux IT service
be3a8e13f9
variable args implementation of mhl_str_concat
2009-01-11 23:59:57 +01:00
Patrick Winnertz
c3a8fe91c8
make the concat stuff a bit more variable and use stdarg.h for this
2009-01-11 23:59:57 +01:00
Enrico Weigelt, metux IT service
e2acd70013
added the mhl/ subdir - micro helper library
2009-01-11 23:59:57 +01:00