Cronologia Commit

Autore SHA1 Messaggio Data
  Ryan C. Gordon 94c621c8fb Updated test_physfs.c to not use deprecated functions. 15 anni fa
  Ryan C. Gordon 8546c9a202 Replaced cut-and-paste byteswap i/o codepile with macros. 15 anni fa
  Ryan C. Gordon 3dc77f8a54 Get rid of __inline__, just make sure "inline" is defined sanely instead. 15 anni fa
  Ryan C. Gordon d797ea7cd8 Added PHYSFS_DEPRECATED. 15 anni fa
  Ryan C. Gordon 4000b234c0 Moved all the file i/o from stdio-style to POSIX-style. 15 anni fa
  Ryan C. Gordon 68632d3c57 Wrap BAIL_* and GOTO_* macros in do { } while (0) ... 15 anni fa
  Ryan C. Gordon 11e2306c1c Added a FIXME. 15 anni fa
  Ryan C. Gordon c88d2c3746 Added UTF-16 support. 15 anni fa
  Ryan C. Gordon acdfcfca04 Fixed incorrect comments. 15 anni fa
  Ryan C. Gordon 77d16c2bed Zero-sized destination buffers when converting to UTF-8 shouldn't overflow. 15 anni fa
  Ryan C. Gordon 9d979b21d0 Added a see-also to the docs. 15 anni fa
  Ryan C. Gordon f329f4ed0b Added a FIXME. 15 anni fa
  Ryan C. Gordon 1fe05388ad Patched to compile on Solaris. 16 anni fa
  Ryan C. Gordon 80713fb40e Fixed documentation issue. 16 anni fa
  Ryan C. Gordon a9855949f0 Merged changeset 1084:ee3d2e6e1161 from stable-2.0: unitialized array fix. 16 anni fa
  Ryan C. Gordon a44e9669c1 Forgot to apply build-time thread fix to default branch (thanks, Patrice!). 16 anni fa
  Ryan C. Gordon e6f331f32d Add some more filesystem types that might be CDs or DVDs. 16 anni fa
  Ryan C. Gordon ddd82040f4 Back out Doxygen escaping stuff...doesn't actually work. 16 anni fa
  Ryan C. Gordon efa498fd5d See if $HOME is bogus, and if so, use getpwuid() instead. 16 anni fa
  Ryan C. Gordon 72b232d4f5 If $HOME is invalid, scratch together a different userdir. 16 anni fa
  Ryan C. Gordon 4c7d25aebe Doxygen fixes (thanks, Patrick!) 16 anni fa
  Ryan C. Gordon ed989aa171 Added some missing file types to the documentation. 16 anni fa
  Ryan C. Gordon 47c3e8875c Windows: open files for read+write sharing, to match Unix. 16 anni fa
  Ryan C. Gordon cd3587bbf3 Make ISO9660 archiver optional. 16 anni fa
  Ryan C. Gordon 39e4da1929 Corrected file extension for ISO9660 archiver. 16 anni fa
  Ryan C. Gordon 0fa35af2b9 ISO9660 archiver, compliments of Christoph Nelles. 16 anni fa
  Ryan C. Gordon c369e78296 Added crc32 command to test_physfs.c (thanks, Christoph!). 16 anni fa
  Ryan C. Gordon 8d1cff2bdf Fix for the Hurd, from the debian project. 16 anni fa
  Ryan C. Gordon 9141cd77a0 Apparently that fix was from relnev, not theoddone33. Corrected credits. 16 anni fa
  Ryan C. Gordon 71dd0f7a6c Added a FIXME. 16 anni fa