summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/replicator.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-27 08:10:16 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-27 08:10:16 +0200
commit4223859f670946c3f96dfd08a75fed5ba532fe0e (patch)
treee68a9eeb05f786c63733e3620f53e1a95e25bb60 /src/mess/drivers/replicator.c
parentb38a746136a51c35290398fe38706ef765318dca (diff)
Update to Dirk Verwiebe (nw)
Diffstat (limited to 'src/mess/drivers/replicator.c')
0 files changed, 0 insertions, 0 deletions
' /> Nathan Woods2016-10-031-17/+14 * Refactored to eliminate duplicate logic, sidestepped concerns about writing N... Nathan Woods2016-10-021-34/+78 * Adding new string conversion overloads Nathan Woods2016-10-011-6/+126 * fix vs2015 build (nw) Miodrag Milanovic2016-07-311-1/+1 * algorithm-> utility where appropriate, fix imgtool (nw) Miodrag Milanovic2016-07-311-1/+1 * std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-3/+4 * Using decltype() and removing +1/-1 "dance" Nathan Woods2016-07-251-3/+3 * Fixed off by one issue and other cleanups requested by Vas Nathan Woods2016-07-251-2/+2 * Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-241-41/+66 * Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-13/+13 * ah (nw) Miodrag Milanovic2016-03-231-1/+1 * Fix clang compile error (nw) Miodrag Milanovic2016-03-231-1/+1 * Get max char size from ANSI codepage instead of IsDBCSLeadChar()