summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-065-61/+61
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-062-0/+16
* Imported image related utils from MESS into /lib/util [Miodrag Milanovic] Miodrag Milanovic2010-07-053-0/+431
* osd_free should be used instead of free (no whatsnew) Miodrag Milanovic2010-06-171-1/+1
* Updated expat library match the latest released version. (2.0.1) [Oliver Sto... Scott Stone2010-06-179-157/+211
* Added many instances of missing static and const qualifiers to MAME, and disa... Scott Stone2010-06-171-1/+1
* Cleanups and version bump. Aaron Giles2010-06-174-6/+6
* - moved opresolv and zippath into /lib/util from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-165-0/+1652
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-082-2/+14
* chdman/cdrom updates: [R. Belmont] R. Belmont2010-05-303-43/+156
* lib/util/cdrom.c: Fixed stack corruption in CHD code [Oliver Stöneberg] Michaël Banaan Ananas2010-05-101-1/+1
* cdrom: correct header length for form 2 raw sectors [R. Belmont] R. Belmont2010-04-251-4/+4
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-2/+2
* Fix the memory leaks with the strconv.c function by Scott Stone2010-04-231-1/+1
* Added gprof support to the makefile. [Bryan Ischo] Aaron Giles2010-04-081-2/+2
* fixed msvc warnings smf-2010-03-111-1/+1
* Add MAME-ified version of SoftFloat library [John R. Hauser] R. Belmont2010-03-028-0/+6801
* Cleanups and version bump. Aaron Giles2010-01-281-1/+1
* pool.c calls renamed so they can me used by MAMEUI and MESS (no whatsnew needed) Miodrag Milanovic2010-01-192-25/+24
* lib/util now includes stdlib.h where needed Couriersud2010-01-1713-1/+21
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-172-1/+30
* Cleanups and version bump. Aaron Giles2010-01-163-10/+10
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+38
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-082-19/+90
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-085-45/+299
* Fix some errors the 4.4.3 compiler complains about in C++ mode. Aaron Giles2009-12-301-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-2810-20/+20
* Fixes so we can compile as C++ again. Aaron Giles2009-12-281-2/+2
* Some misc cleanups: Aaron Giles2009-12-151-2/+2
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-052-16/+13
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-302-13/+13
* From:CD-i Fan Aaron Giles2009-11-301-1/+3
* The one-line fix below fixes a problem where aviio.c writes out ridiculously Aaron Giles2009-11-251-1/+1
* Oops, forgot to add these. Aaron Giles2009-11-232-0/+378
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-0/+1
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-3/+3
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-1240-520/+520
* Moved all files in src/lib/util over to straight BSD and common Aaron Giles2009-10-1012-29/+365
* Assert copyright ownership of core library files, and relicense Aaron Giles2009-10-0929-57/+840
* Cleanups and version bump. Aaron Giles2009-09-101-2/+2
* Added helper function core_i64_hex_format. Replaced several printf cases in t... Aaron Giles2009-09-102-0/+34
* Fix chdman -update to leave the write protect state alone when updating Aaron Giles2009-08-022-3/+4
* Cleanups and version bump.mame0132u5 Aaron Giles2009-07-161-1/+1
* Fixed resource leak in core_fload(). Aaron Giles2009-07-161-0/+3
* Added basic support in bitmap.c for 64-bit indexed bitmaps. As a Aaron Giles2009-07-132-0/+31
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-255-20/+21
* 'fixed' core_strwildcmp by increasing the limit from 8 to 16 characters smf-2009-03-281-15/+15
* V4 header format is no longer proposed. Aaron Giles2009-03-201-1/+1
* Cleanups and version bump. Aaron Giles2009-03-193-19/+19
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-3/+3