summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/srcclean.c
Commit message (Expand)AuthorAgeFilesLines
* Don't convert spaces to tabs if they are in a string literal that is split ov... smf-2014-07-231-1/+1
* Allow line continuation in string literals. (nw) smf-2014-07-231-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-47/+47
* Added a dry-run option (-d) to srcclean. Know what you are doing :-) [Courier... Couriersud2013-12-261-17/+27
* Updated srcclean source following smf comments. No WN. Couriersud2013-12-261-8/+29
* Added a "-u" (for unix) flag to srcclean to produce unix-style endings. [Cour... Couriersud2013-12-261-4/+25
* I think I deserve equal blame after the amount of work I did on this (nw) smf-2013-11-131-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* one more fix for inc in srcclean (nw) Miodrag Milanovic2013-07-101-1/+1
* leaves line continuation characters in comments alone (nw) smf-2013-01-111-1/+1
* remove extraneous line continuation characters followed by a blank line and b... smf-2013-01-111-5/+26
* add file name to unterminated string error message [smf] smf-2013-01-111-1/+1
* srcclean now processes XML & C comments the same, so they can be indented but... smf-2013-01-111-59/+82
* if the start of a multi-line comment is indented then following comment lines... smf-2012-10-091-15/+53
* fixed an incorrect optimisation (nw) smf-2012-10-081-2/+1
* realigns to the tab size if a space is followed by a tab, this mimics the pre... smf-2012-10-081-2/+11
* Spaces are converted to tabs at beginning of lines and tabs are converted to ... smf-2012-10-081-18/+44
* scrclean: Let's make buffers little bigger, fixes cleanup of big softlists (n... Miodrag Milanovic2011-12-051-1/+1
* srcclean.c: srcclean should remove invalid chars only for source files which ... Fabio Priuli2011-05-051-3/+4
* Cleanups and version bump. Aaron Giles2010-05-051-1/+1
* Have srcclean add missing newlines to end of .c files [Atari Ace] Scott Stone2010-04-231-1/+9
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-171-3/+3
* Updated srcclean to remove "invisible spaces" immediately preceding Aaron Giles2009-12-281-0/+8
* From: Atari Ace <atari_ace@verizon.net> Aaron Giles2009-12-231-1/+12
* Fixed srcclean handling of embedded comments within strings [Atari Ace] Phil Bennett2009-12-071-8/+11
* Fixed srcclean handling of embedded comments within strings [Atari Ace] Phil Bennett2009-12-031-11/+32
* Change tools I wrote to be straight BSD. Aaron Giles2009-10-311-4/+32
* Only applied the first patch. The second one I'll save for the next Aaron Giles2009-10-031-21/+22
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+182