Víctor Román Archidona
|
d2577da4dd
|
Fixed includes
|
2019-05-14 06:41:24 +02:00 |
|
Víctor Román Archidona
|
bef39999a6
|
Replaced printf(translate(x)) with custom print_translate/get_translate functions
|
2018-09-22 14:27:04 +02:00 |
|
Víctor Román Archidona
|
3c592e1d1c
|
Custom ediv_strlwr replacing strlwr call on language.c
|
2018-09-22 13:26:53 +02:00 |
|
Víctor Román Archidona
|
71dd8b2a46
|
Renamed exp2 to ediv_exp2 to avoid conflict with C std library.
|
2018-09-22 13:23:03 +02:00 |
|
Víctor Román Archidona
|
fcac8d32ae
|
Reworked some README.md parts
|
2018-09-22 13:08:02 +02:00 |
|
Víctor Román Archidona
|
a892a5f5d8
|
Removed every cast to malloc()
|
2018-09-22 12:40:43 +02:00 |
|
Víctor Román Archidona
|
335422f077
|
This must be executable
|
2018-09-22 12:34:36 +02:00 |
|
Víctor Román Archidona
|
3b65888eb1
|
Some graphics library cleanup
|
2014-07-29 09:25:00 +02:00 |
|
Víctor Román Archidona
|
b5f45a61eb
|
"better" runtime name handling for non windows/linux systems
|
2014-07-29 09:12:22 +02:00 |
|
Víctor Román Archidona
|
8922339050
|
Changed itoa for sprintf
|
2014-07-28 17:00:56 +00:00 |
|
Víctor Román Archidona
|
03fec6e101
|
Fixed the dll/so working routines to perform as expected
|
2014-07-28 16:59:03 +00:00 |
|
Víctor Román Archidona
|
5c5fd11271
|
TXT files converted from ISO-8859-15 to UTF-8
|
2014-07-28 12:47:59 +00:00 |
|
Víctor Román Archidona
|
3ffde1c1e9
|
Merge branch 'master' of github.com:vroman/edivc
|
2014-07-28 13:48:05 +02:00 |
|
Víctor Román Archidona
|
9a4b9bd43e
|
Small email/nick update for me
|
2014-07-28 11:45:14 +00:00 |
|
Víctor Román Archidona
|
ab1f6a8374
|
More compilation fixes. Enabled -fPIC.
|
2014-07-28 11:42:06 +00:00 |
|
Víctor Román Archidona
|
5577a82835
|
Fixed some compilation issues under GCC on Linux
|
2014-07-28 11:28:39 +00:00 |
|
Víctor Román Archidona
|
eef866d249
|
Merge branch 'master' of github.com:vroman/edivc
Conflicts:
ediv/src/stub/build.sh
ediv/src/stub/stub.c
|
2014-07-28 13:21:54 +02:00 |
|
Víctor Román Archidona
|
024fc67aca
|
Some quick scripts to build shared libraries
|
2014-07-28 13:20:50 +02:00 |
|
Víctor Román Archidona
|
b26c6f8da0
|
Merge branch 'master' of https://github.com/vroman/edivc
|
2014-07-28 11:08:33 +00:00 |
|
Víctor Román Archidona
|
8d104d7cde
|
dded "-ldl", needed on Linux to build against dl* functions.
|
2014-07-28 10:59:48 +00:00 |
|
Víctor Román Archidona
|
537006a7e8
|
Fixed macro checking for io.h header for windows
|
2014-07-28 10:57:13 +00:00 |
|
Víctor Román Archidona
|
8dd5b4a9e7
|
Added "-ldl", needed on Linux to build against dl* functions.
|
2014-07-28 10:54:58 +00:00 |
|
Víctor Román Archidona
|
2bcb637415
|
Most of custom defined types at that time are now part of types.h
|
2014-07-28 10:54:10 +00:00 |
|
Víctor Román Archidona
|
368e1942d4
|
Update README.md
|
2014-07-24 13:55:00 +02:00 |
|
Víctor Román Archidona
|
0fcdb68e81
|
Correct octal value for permissions
|
2014-07-24 13:30:02 +02:00 |
|
Víctor Román Archidona
|
faae5c77ee
|
Script to build input.so
|
2014-07-24 13:20:52 +02:00 |
|
Víctor Román Archidona
|
a936fed040
|
Some BOOLs moved to unsigned char
|
2014-07-24 13:19:25 +02:00 |
|
Víctor Román Archidona
|
14ffb4c73b
|
Allows file.so to te built on non-windows. Dirty way.
|
2014-07-24 13:16:26 +02:00 |
|
Víctor Román Archidona
|
59a8f5c6b9
|
Allows edivstd.so te built on non-windows systems
|
2014-07-24 13:02:52 +02:00 |
|
Víctor Román Archidona
|
4af999b286
|
Uses wide-character for Spanish N-tilde
|
2014-07-24 12:24:50 +02:00 |
|
Víctor Román Archidona
|
3c2e97089a
|
Cleanup: Changed "(*struct).member" to "struct->member" for nowadays common syntax
|
2014-07-24 10:09:48 +02:00 |
|
Víctor Román Archidona
|
b77270c2a4
|
Conversion from ISO-8859-15 to UTF-8 for *.c and *.h files
|
2014-07-24 10:00:07 +02:00 |
|
Víctor Román Archidona
|
3c828e13cf
|
Small fixes making LLVM happy, only added for compilation check.
|
2014-07-23 14:51:57 +02:00 |
|
Víctor Román Archidona
|
7b821afac0
|
Text library compiles on OS X
|
2014-07-23 14:50:51 +02:00 |
|
Víctor Román Archidona
|
6efe4383c2
|
Allows to build the graphics library. As previous commits, quick'n'dirty.
|
2014-07-23 14:50:02 +02:00 |
|
Víctor Román Archidona
|
ff0d33d5e5
|
Quick'n'dirty way to compile the encryptor
|
2014-07-23 13:15:52 +02:00 |
|
Víctor Román Archidona
|
b61eda0f5c
|
Quick'n'dirty build script for the stub (interpreter)
|
2014-07-23 13:15:22 +02:00 |
|
Víctor Román Archidona
|
82fd399ead
|
More hacks for non-windows systems
|
2014-07-23 13:09:38 +02:00 |
|
Víctor Román Archidona
|
506deee4ab
|
Changed leedll() prototype for non-windows systems
|
2014-07-23 13:08:49 +02:00 |
|
Víctor Román Archidona
|
21085b5863
|
va_arg needs stdarg.h
|
2014-07-23 13:06:41 +02:00 |
|
Víctor Román Archidona
|
2b02668cc3
|
Only Windows has LoadDLL
|
2014-07-23 13:06:20 +02:00 |
|
Víctor Román Archidona
|
fe37bf7d3c
|
Incorrect define
|
2014-07-23 12:39:18 +02:00 |
|
Víctor Román Archidona
|
52a000a95f
|
Quick'n'dirty way to compile edivc
|
2014-07-23 12:33:22 +02:00 |
|
Víctor Román Archidona
|
d31bb80405
|
Added expression.h header
|
2014-07-23 12:32:46 +02:00 |
|
Víctor Román Archidona
|
b93f449dd7
|
Makes LLVM happy initializing variables (and defining non-existant ones)
|
2014-07-23 12:32:02 +02:00 |
|
Víctor Román Archidona
|
6def8d96b2
|
Double close parentheses typo
|
2014-07-23 12:27:58 +02:00 |
|
Víctor Román Archidona
|
b30adea912
|
This wont be needed anymore
|
2014-07-23 10:38:28 +02:00 |
|
Víctor Román Archidona
|
bca13c189e
|
Import from SF's CVS to GitHub
|
2014-07-23 10:36:23 +02:00 |
|
Víctor Román Archidona
|
d3286a21c1
|
Initial commit
|
2014-07-23 10:24:25 +02:00 |
|
Víctor Román Archidona
|
33fa28b11d
|
Algunos archivos cambiados para poder compilarlos con la ultima version de LibSDL y Zlib
|
2005-03-16 07:16:06 +00:00 |
|