[go: up one dir, main page]

Menu

Code (SVN) Commit Log


Commit Date  
[r2910] by dbjh

- Added support for DragonFly BSD.

2022-08-21 14:47:23 Tree
[r2909] by dbjh

- Fixed configure.in by using host and host_cpu instead of target and
target_cpu.
- Generated configure with Autoconf 2.71.
- Updated config.guess and config.sub with the ones that come with Autoconf
2.71.

2022-08-21 14:40:30 Tree
[r2908] by dbjh

- Updated the year.
- Added support for Visual Studio 2022. The functions inp{w}() en outp{w}() are
treated as (undocumented) intrinsics and appear to work, but Visual Studio 2022
does not provide a header with declarations. So, calls to them result in
compiler warnings about intrinsics without declarations. Instead of suppressing
those warnings I chose to start using the actually documented intrinsics
__inbyte(), __inword(), __outbyte() and __outword() from Visual Studio 2022
onward.

2022-04-29 11:16:59 Tree
[r2907] by dbjh

- Third time's a charm ;-)

2022-04-17 08:19:42 Tree
[r2906] by dbjh

- Make latest version of the FAQ available on the homepage.

2022-04-16 17:53:26 Tree
[r2905] by dbjh

- Fixed resource leak introduced with previous change.
- Corrected explanation.

2022-04-16 14:23:25 Tree
[r2904] by dbjh

- Found the official homepage of MinGW by chance. Updated the link in the FAQ
and fixed the warnings produced by the current version of MinGW (ftime() and
struct timeb are removed from the latest POSIX standard (POSIX.1-20017) --
switched to the Windows-specific _ftime() and struct _timeb).
- Re-added the work-around for linking libcd64 on Windows with the 64-bit
versions of GCC and now also Clang.
- Added extra error check to Windows implementation of truncate().
- Fixed a bug in unregister_func() when passing NULL as argument.
- Enabled calls to drop_privileges_temp(), drop_privileges() and
regain_privileges() on macOS, just to do the same as on the other UNIX OSes.
- Fixed warning on UNIX OSes other than GNU/Linux about unused exec() in f2a.c.

2022-04-15 18:12:03 Tree
[r2903] by dbjh

- Fixed previous fix (files 0 bytes in size caused trouble, for example for
--padn).
- Made displaying bits of a byte slightly more elegant.

2022-03-04 11:23:04 Tree
[r2902] by dbjh

- Fixed -j which I broke horribly in 2.2.2. Painful, but this is what can
happen if functionality is not tested nor used.

2022-01-26 04:36:14 Tree
[r2901] by dbjh

- The header of libusb-0.1 that comes with Cygwin 32-bit is usb.h.

2021-12-28 13:55:16 Tree
Older >