summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/split.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-431/+0
|
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-24/+25
|
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-1/+1
|
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-8/+8
|
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-13/+13
|
* fixed several missing assert.h includes (nw) Oliver Stöneberg2015-03-201-0/+1
|
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
| | | | to new license tagged form.
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
|
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-54/+44
| | | | | | a class now. Updated all stragglers (mostly tools) to use the class form. [Aaron Giles]
* Fixed compile of split tool under GCC 4.6 (no whatsnew) Alex W. Jackson2011-09-111-2/+0
|
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-2/+2
| | | | - Various core and tools memory leaks fixes [Oliver Stoneberg]
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-1/+1
| | | | | | | | | | | | | split.c: made the "split" return the actual result instead of just 0. [Oliver Stöneberg] clifront.c: made the identation of the CPU device in -listdevices the same like the others [Oliver Stöneberg] i386.c: gave some fatalerror() calls in the i386 proper messages [Oliver Stöneberg] ssem.c: fixed compilation of SSEM core with SSEM_DISASM_ON_UNIMPL [Oliver Stöneberg] srcclean.c: small wording change in the srcclean summary [Oliver Stöneberg] sdl/window.c: fixed a potential memory leak in sdlwindow_video_window_create() [Oliver Stöneberg]
* Change tools I wrote to be straight BSD. Aaron Giles2009-10-311-4/+32
|
* Added some missing casts and other minor tweaks. Aaron Giles2009-08-191-1/+1
|
* Oops, meant to say "core_stricmp" Aaron Giles2009-07-161-3/+4
|
* Cleanups and version bump.mame0132u5 Aaron Giles2009-07-161-42/+42
|
* Never send a monster to do the work of an evil scientist... Aaron Giles2009-07-161-0/+441