321 Commits (c2be98c23ee9114f1f4d1842222bc1ba3be136ee)

Author SHA1 Message Date
Ozkan Sezer c2be98c23e invent and use a XMP_AMIGA macro. 4 years ago
Ozkan Sezer bc31a02764 fix build. 4 years ago
Ozkan Sezer 7b1283bbde change the #ifdef order in read_key(). 4 years ago
Ozkan Sezer 185b274ca6 invent and use a locale-insensitive strcasecmp() version 4 years ago
Ozkan Sezer 2a155268c2 move xmp_strdup() into a new util.c source module. 4 years ago
Ozkan Sezer bc7fa57fcc invent and use a private xmp_strdup() 4 years ago
Ozkan Sezer 062473c1c5 remove some redefines for _MSC_VER which are not necessary anymore 4 years ago
Ozkan Sezer 6b018d6999 check and conditionally include sys/types.h, sys/time.h, and unistd.h. 4 years ago
Ozkan Sezer 908977d4df sound_wav, sound_aiff, sound_file: migrate from posix to stdio. 4 years ago
Ozkan Sezer 666bd2d3d0 sound_dart.c: remove unnecessary and pointless includes. 4 years ago
Cameron Cawley 31710da449 Minor optimization in OpenWatcom DOS builds 4 years ago
Cameron Cawley 66a314674c Improve IRQ handling in DOS builds 4 years ago
Cameron Cawley 902a8bad43 Error out when building with DJGPP <= 2.01 4 years ago
Cameron Cawley d931134313 Use __attribute__((no_reorder)) for IRQ interrupts 4 years ago
Cameron Cawley b0ea809964 Support compiling the SoundBlaster driver with OpenWatcom 4 years ago
Ozkan Sezer ffa516a36f add SoundBlaster output driver for DOS based on libMikMod 4 years ago
AliceLR 91970bf254 Use /dev/audio or pkgsrc DEVOSSAUDIO for OSS on NetBSD. 4 years ago
AliceLR d9525f0161 Fix NetBSD driver compile error and OSS link error. 4 years ago
Misty De Meo c6e4d48e53 manpage/README: remove non-existent option 4 years ago
Misty De Meo c13461a493 manpage: correct amiga filter documentation 4 years ago
Ozkan Sezer a02a7adf21 add new xmp_version.h which defines VERSION if not already defined. 4 years ago
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
Ozkan Sezer ca64c65716 add -Wwrite-strings to CFLAGS if it's available, and fix warnings. 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
AliceLR d741e61abd Replace list.h undefined behavior with offsetof. 5 years ago
AliceLR ef9e800b1e Silence annoying GCC 11 warnings. 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 7c8fa1a370 replaced 'WIN32' checks with '_WIN32' 5 years ago
Ozkan Sezer 347962bb6d getopt 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
AliceLR 2c52755ce2 Add setvbuf(_IONBF) to fix terminal output for MSYS2. 5 years ago
Stephen Kitt 7ce4dd6b1e Use apostrophes instead of acute accents 5 years ago
Stephen Kitt adaf08b0e5 Spelling fix ("ommited") 5 years ago