403 Commits (6bbd64acbb86a14cc03357c015f5b52d744b8f83)
 

Author SHA1 Message Date
Ozkan Sezer 6bbd64acbb replace __inline__ with inline in list.h 4 years ago
Ozkan Sezer e68fe9d983 include strings.h, if available, for strcasecmp 4 years ago
AliceLR ecd0820b9e Fix out-of-bounds read of mod->xxs, constify xmp_module_info pointers. 5 years ago
Alice R 22f92ed569
Merge pull request #40 from sezero/write-strings 5 years ago
Ozkan Sezer ca64c65716 add -Wwrite-strings to CFLAGS if it's available, and fix warnings. 5 years ago
Alice R 8207fad249
Merge pull request #39 from sezero/misc3 5 years ago
Ozkan Sezer adadca1d93 getopt_long.c: initialize optarg and optreset to avoid symbol clashes. 5 years ago
Ozkan Sezer da8a4c5a56 remove extern declarations of optind and optarg, and include getopt.h. 5 years ago
Ozkan Sezer fbb32bc1b3 another minor constification. 5 years ago
Ozkan Sezer 758154f256 remove unnecessary sys/unistd.h for amiga, update amiga cpp checks. 5 years ago
Ozkan Sezer 020c75e794 removed confusing and unnecessary extra parens from an or condition 5 years ago
Ozkan Sezer dc5a75b82f made two callback procedures static. 5 years ago
Ozkan Sezer 1dc0824894 minor constification. 5 years ago
Ozkan Sezer 3458764046 simplify the __inline define in list.h. 5 years ago
Ozkan Sezer 06e39db305 sanitize whitespace. 5 years ago
Cameron Cawley 8752414fa8 Replace direct use of usleep() 5 years ago
Ozkan Sezer 4161197698 miscellaneous watcom build updates. 5 years ago
Ozkan Sezer 10f076e6a5 miscellaneous dos/djgpp fixes. 5 years ago
Ozkan Sezer c1ba4319b5 fix libxmp discovery if the build is static-only and libm-dependent 5 years ago
AliceLR d741e61abd Replace list.h undefined behavior with offsetof. 5 years ago
Ozkan Sezer 030907d14b enable ahi for morphos, too. 5 years ago
AliceLR ef9e800b1e Silence annoying GCC 11 warnings. 5 years ago
Ozkan Sezer 33c0faf36d Update changelog 5 years ago
Ozkan Sezer 15beba0fb6 renamed watcom Makefile.nt to Makefile.w32 5 years ago
Ozkan Sezer cfa4af4927 spelling fix for my name. 5 years ago
Cameron Cawley d6e0480f59 Support compiling for Windows with OpenWatcom 5 years ago
Alice R 7ceb2c1d6b
Merge pull request #28 from sezero/rh-patch 5 years ago
Ozkan Sezer f4e66550d2 read_config.c: define SYSCONFDIR as ".", if not already defined. 5 years ago
Ozkan Sezer dd42858718 fix xmp-cli not respecting system xmp.conf. 5 years ago
Ozkan Sezer 83f410ac09 configure.ac: update to eliminate autoconf-2.70 warnings 5 years ago
Ozkan Sezer 7c8fa1a370 replaced 'WIN32' checks with '_WIN32' 5 years ago
Ozkan Sezer 347962bb6d getopt update: 5 years ago
Ozkan Sezer 004ee8372e os/2 makefile update 5 years ago
Ozkan Sezer 85df56159f add --with-libxmp-lite to build against libxmp-lite instead of libxmp. 5 years ago
Claudio Matsuoka 88a004ef4f Remove sequence change workaround for old libxmp 5 years ago
AliceLR 3bed00f3b3 Fix Windows crash-on-exit caused by freeing in-use buffers. 5 years ago
Ozkan Sezer e57c16a6eb adjust after xmp_get_format_list() const return change in libxmp. 5 years ago
Ozkan Sezer 275aaa9f74 Update changelog 5 years ago
AliceLR 2c52755ce2 Add setvbuf(_IONBF) to fix terminal output for MSYS2. 5 years ago
ehaupt c1eeea1d87 Unfortunately configure assumes it is only available on OpenBSD. Modify 5 years ago
Stephen Kitt 7ce4dd6b1e Use apostrophes instead of acute accents 5 years ago
Stephen Kitt adaf08b0e5 Spelling fix ("ommited") 5 years ago
sezero 22aec8a747 sound_ahi.c: use MEMF_SHARED instead of MEMF_PUBLIC for OS4. 5 years ago
sezero 1bd65c8924 Revert "check for tcgetpgrp() presence before using." 9 years ago
sezero 5e5ba53799 Replace the amiga ahi driver with a working one. 9 years ago
sezero 3056bfd713 fix amiga terminal behavior (set stdin to raw mode) 9 years ago
sezero 8c9ace4606 fix OS4 build 9 years ago
sezero 8432270a72 configure.ac: check xmp_set_player instead of xmp_version 9 years ago
sezero 870adc5975 don't check half-baked termios for amiga targets. 9 years ago
sezero aae17a1f10 struct options, struct control: rename 'amiga' member to 'amiga_mixer' 9 years ago