summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/astring.c
Commit message (Expand)AuthorAgeFilesLines
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* re-applied astring changes after fixing bug in trimspace(), but still using s... Oliver Stöneberg2012-08-181-7/+15
* re-added excessive strlen() usage to astring since it causes mysterious forma... Oliver Stöneberg2012-08-171-14/+7
* avoid excessive usage of strlen() in astring by caching the length (no whatsnew) Oliver Stöneberg2012-08-171-7/+14
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-081-12/+12
* fix linking (how did this work on anything?) (nw) R. Belmont2012-01-031-1/+1
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-563/+263
* astring: don't copy a pointer onto itself (not harmful, but annoying in Valgr... R. Belmont2011-05-011-1/+1
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-1/+1
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-0/+11
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+12
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-3/+3
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-13/+54
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-3/+3
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-13/+13
* Assert copyright ownership of core library files, and relicense Aaron Giles2009-10-091-2/+30
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-8/+8
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-2/+2
* Cleanups. Aaron Giles2008-07-171-2/+2
* Fixed popmessage. Aaron Giles2008-07-141-0/+37
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-0/+22
* Fixed assertion when compiled against MSVC and the string is UTF-8 Nathan Woods2008-06-281-2/+2
* Cleanups for 0.125u3. Aaron Giles2008-05-291-5/+5
* Added new option -snapname which lets you provide a template for how snapshot Aaron Giles2008-05-291-0/+59
* Fixes copy/paste error in comment Zsolt Vasvari2008-02-161-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+596