- Aug 22, 2015
-
-
deuce authored
I need to remove the \n at the end of usage() since puts() appends one.
-
- Sep 03, 2013
-
-
deuce authored
Whatever we needed windows.h for here is gone. this fixes the windows.h -> winsock.h / winsock2.h problem.
-
- Oct 24, 2012
-
-
deuce authored
I've likely broken something though, so if you see weird behaviour with extended ASCII, let me know please.
-
- Oct 29, 2011
-
-
deuce authored
This is *likely* to break the Win32 build and even when the macros are specified in xpdev, I doubt Microsoft has added support for the 'z' size specifier used in smblib/smbadd.c we'll likely need a SIZE_T_SIZE macro that is "z" on C99 systems and "ll" or "64" or whatever it is on Win32. Or maybe a whole slew of complete SIZE_T macros since the 32/64 but thing and the max file size thing may actually need the full format specification to be in the macro... "zu" on C99 platforms and whatever magic Microsoft needs there.
-
- Jul 11, 2007
-
-
deuce authored
-
- Jul 08, 2007
-
-
deuce authored
-
- Dec 19, 2006
-
-
rswindell authored
Also fixed issue with the -o (output dir) option.
-
- Dec 18, 2006
-
-
deuce authored
Thanks pewp!
-
- Sep 20, 2005
-
-
deuce authored
-
- Sep 09, 2005
-
-
deuce authored
-
- Sep 08, 2005
-
-
rswindell authored
ASCII value of a number happened to match the crc32 of a variable name, the code wouldn't run correctly. isvar() and newvar() are updated.
-
- Sep 07, 2005
- Sep 06, 2005
- Sep 05, 2005
-
-
deuce authored
Consider doing the same for all .h files. Consider the meaning of sanity.
-
- Sep 12, 2004
-
-
rswindell authored
-
- May 30, 2004
-
-
deuce authored
-
- Dec 10, 2003
-
-
rswindell authored
Include directory can be over-ridden with -i command-line option. Using xpdev/dirwrap functions for much improved filename/directory parsing.
-
- Oct 16, 2003
-
-
rswindell authored
the first 3 characters to an integer value. This allows sequences like \0014 (^A4) to work correctly.
-
- May 15, 2003
- Aug 08, 2002
-
-
rswindell authored
-
- Apr 26, 2002
-
-
rswindell authored
-
- Apr 13, 2002
-
-
rswindell authored
-
- Apr 12, 2002
-
-
rswindell authored
-
- Mar 07, 2002
-
-
rswindell authored
-
- Mar 06, 2002
-
-
rswindell authored
-
- Sep 19, 2001
-
-
rswindell authored
-
- Jul 30, 2001
-
-
rswindell authored
-
- Jun 22, 2001
-
-
rswindell authored
Now deletes .bin file rather than truncating on compilation error - chsize() now working in Win32 version anyway.
-
- Jun 21, 2001
-
-
rswindell authored
-
- Mar 14, 2001
-
-
rswindell authored
-
- Mar 09, 2001
-
-
rswindell authored
-
- Mar 02, 2001
-
-
rswindell authored
operations, socket and FTP functions.
-
- Nov 14, 2000
-
-
rswindell authored
-
- Nov 09, 2000
-
-
rswindell authored
-
- Nov 07, 2000
-
-
rswindell authored
-
- Nov 04, 2000
-
-
rswindell authored
-
- Nov 02, 2000
-
-
rswindell authored
-