]> Chaos Git - console/RCOMage.git/log
console/RCOMage.git
14 years agoReindent all the files, no changes other than indentation and removal of trailing...
Youness Alaoui [Sun, 9 Jan 2011 14:28:08 +0000 (09:28 -0500)]
Reindent all the files, no changes other than indentation and removal of trailing whitespaces

14 years agoAdd auto-remove trailing whitespaces to kakaroto-indent script
Youness Alaoui [Sun, 9 Jan 2011 14:27:32 +0000 (09:27 -0500)]
Add auto-remove trailing whitespaces to kakaroto-indent script

14 years agoadd ifndef protection to header files
Youness Alaoui [Sun, 9 Jan 2011 14:24:54 +0000 (09:24 -0500)]
add ifndef protection to header files

14 years agoAdd license header to every file
Youness Alaoui [Sun, 9 Jan 2011 14:23:48 +0000 (09:23 -0500)]
Add license header to every file

14 years agoUpdate .gitignore to ignore the autofoo files
Youness Alaoui [Sun, 9 Jan 2011 14:07:24 +0000 (09:07 -0500)]
Update .gitignore to ignore the autofoo files

14 years agoAdd autofoo. Now compile with ./configure && make
Youness Alaoui [Sun, 9 Jan 2011 14:04:23 +0000 (09:04 -0500)]
Add autofoo. Now compile with ./configure && make

14 years agoUse the proper stdint type variables instead of reduced typedefs
Youness Alaoui [Sun, 9 Jan 2011 13:15:09 +0000 (08:15 -0500)]
Use the proper stdint type variables instead of reduced typedefs

14 years agoIndenting all the files with the kakaroto-indent script. No other modifications made
Youness Alaoui [Sun, 9 Jan 2011 13:04:24 +0000 (08:04 -0500)]
Indenting all the files with the kakaroto-indent script. No other modifications made

14 years agoAdding kakaroto-indent script that will indent all the files to my coding style....
Youness Alaoui [Sun, 9 Jan 2011 13:04:04 +0000 (08:04 -0500)]
Adding kakaroto-indent script that will indent all the files to my coding style. Required gnu indent to be installed

14 years agoDos2unix all the files, no other changes than that
Youness Alaoui [Sun, 9 Jan 2011 11:51:46 +0000 (06:51 -0500)]
Dos2unix all the files, no other changes than that

14 years agoSwitch to using C code and make the 7z deflate accessor into a C function
Youness Alaoui [Sun, 9 Jan 2011 11:35:11 +0000 (06:35 -0500)]
Switch to using C code and make the 7z deflate accessor into a C function

14 years agoDepend on the system's libz instead of the local copy
Youness Alaoui [Sun, 9 Jan 2011 11:32:34 +0000 (06:32 -0500)]
Depend on the system's libz instead of the local copy

14 years agostructures in C need the 'struct' keyword in front of them
Youness Alaoui [Sun, 9 Jan 2011 11:30:14 +0000 (06:30 -0500)]
structures in C need the 'struct' keyword in front of them

14 years agoRemove variable declaration in .h file and clean BOM handling code
Youness Alaoui [Sun, 9 Jan 2011 11:20:18 +0000 (06:20 -0500)]
Remove variable declaration in .h file and clean BOM handling code

14 years agoRemove unnecessary cruft, make it compatible with gcc only and remove __GNU_C__ defin...
Youness Alaoui [Sun, 9 Jan 2011 11:19:31 +0000 (06:19 -0500)]
Remove unnecessary cruft, make it compatible with gcc only and remove __GNU_C__ define check

14 years agoTemporary linux-compatible makefile
Youness Alaoui [Sun, 9 Jan 2011 01:49:58 +0000 (20:49 -0500)]
Temporary linux-compatible makefile

14 years agoiconv and xml APIs use char **, not const char **. Fix it
Youness Alaoui [Sun, 9 Jan 2011 01:49:27 +0000 (20:49 -0500)]
iconv and xml APIs use char **, not const char **. Fix it

14 years agoAvoid strict-aliasing issues, use a union to make a variable both a uint32 and a...
Youness Alaoui [Sun, 9 Jan 2011 01:48:54 +0000 (20:48 -0500)]
Avoid strict-aliasing issues, use a union to make a variable both a uint32 and a float.

14 years agoInitial import of RCOMage version 1.1.1
ZiNgA BuRgA [Sun, 9 Jan 2011 00:56:22 +0000 (19:56 -0500)]
Initial import of RCOMage version 1.1.1