- 10 Mar, 2022 1 commit
-
-
Rob Swindell authored
/usr/include/c++/v1/iterator:1168:87: error: expected unqualified-id ...&& traits_type::eq_int_type(__sbuf_->sputc(__c), traits_type::eof())) ^ /src/sbbs3/../xpdev/filewrap.h:124:21: note: expanded from macro 'eof' #define eof(fd) (tell(fd)==filelength(fd))
-
- 25 Feb, 2022 2 commits
-
-
Rob Swindell authored
BCC error filewrap.h 77: Multiple declaration for 'mode_t' Introduced in commit e4adeee8
-
Deucе authored
-
- 20 Feb, 2022 1 commit
-
-
Deucе authored
This macro as written won't compile on mingw32 due to the attributes on _mktemp(). This could be worked around, but it's easier to just disable it since I don't need it, and nobody else is building with mingw32.
-
- 20 May, 2021 1 commit
-
-
Rob Swindell authored
SBBSecho uses mkstemp() now (instead of tempnam()) - so we need this POSIX function wrapper for Windows builds to succeed.
-
- 05 Apr, 2021 1 commit
-
-
Rob Swindell authored
-
- 16 Aug, 2020 1 commit
-
-
Rob Swindell authored
-
- 31 Aug, 2019 2 commits
- 24 Jul, 2018 1 commit
-
-
rswindell authored
Most of the copyright years in the source code were misleading (the date of most recent publish was actually later) and all were unnecessary. I've been removing copyright years piecemeal, for a long time, but I decided it was time to just perform a bulk search and (mostly) replace. In some cases, I left old copyright years on files that either are not used (and soon to be removed) or obsolete and unlikely to ever be touched again (e.g. Win9x FOSSIL VXD). Some of the runtime binaries still contain copyright years and those were updated to 2018.
-
- 29 Oct, 2013 3 commits
- 19 Oct, 2011 1 commit
-
-
deuce authored
-
- 13 Jul, 2011 1 commit
-
-
rswindell authored
-
- 09 Mar, 2010 1 commit
-
-
rswindell authored
_FILE_OFFSET_BITS=64, and use fseeko() and ftello() for 64-bit offset support (instead of fseek() and ftell()) - also redefine off_t on Win32 to int64_t and removed filelen_t and fileoff_t typedefs (use off_t instead).
-
- 05 Mar, 2010 3 commits
- 25 Aug, 2007 1 commit
-
-
rswindell authored
enables read & write permissions for user & group & others.
-
- 18 May, 2006 1 commit
-
-
deuce authored
paranoia - also prevents foot-shooting (masks access()).
-
- 08 Nov, 2005 1 commit
-
-
rswindell authored
-
- 01 Nov, 2005 1 commit
-
-
rswindell authored
-
- 15 Aug, 2005 1 commit
-
-
deuce authored
-
- 01 Jul, 2005 1 commit
-
-
rswindell authored
-
- 31 Aug, 2004 1 commit
-
-
deuce authored
on platforms that don't implement it (ie: Linux/FreeBSD) but since there's no official release for those, it doesn't matter yet. Using project files instead of make files until I figure out a nice way of having then co-exist with the Borland makefiles.
-
- 20 Jul, 2004 1 commit
-
-
rswindell authored
-
- 23 Mar, 2004 1 commit
-
-
deuce authored
-
- 09 Oct, 2003 1 commit
-
-
deuce authored
-
- 14 Aug, 2003 1 commit
-
-
deuce authored
-
- 26 Jul, 2003 1 commit
-
-
rswindell authored
-
- 02 May, 2003 1 commit
-
-
rswindell authored
-
- 29 Apr, 2003 2 commits
- 27 Apr, 2003 1 commit
-
-
deuce authored
Note: This trick may come in hady for a future locking solution.
-
- 26 Apr, 2003 1 commit
-
-
deuce authored
-
- 11 Apr, 2003 1 commit
-
-
deuce authored
Add more locking tests to wraptest.c
-
- 24 Aug, 2002 1 commit
-
-
rswindell authored
-
- 24 Jul, 2002 1 commit
-
-
rswindell authored
-
- 03 May, 2002 1 commit
-
-
rswindell authored
-