summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2013-11-24 20:08:04 +0000
committer Couriersud <couriersud@users.noreply.github.com>2013-11-24 20:08:04 +0000
commitcb6f1d0194b07e3817131d9b589797f7b67a7d59 (patch)
tree397a12f9c437dbcc549effed69505c7b85804e8a /.gitattributes
parent0d0f072d59bdd04ce519c7ec6d61e13ebcf0c6dc (diff)
Netlist: Added pascal like strings (pstring) class. These use only size(void *) in objects. Uses reference counter to share identical string between various pstrings.
In addition, fixed some bugs and added auto-sizing to netlist_list_t. There shouldn't be memory holes left now, apart from memory allocated in a static class factory.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 8c5b99a3cd4..dd2cb945d36 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2144,6 +2144,8 @@ src/emu/netlist/nl_parser.h svneol=native#text/plain
src/emu/netlist/nl_setup.c svneol=native#text/plain
src/emu/netlist/nl_setup.h svneol=native#text/plain
src/emu/netlist/nl_time.h svneol=native#text/plain
+src/emu/netlist/pstring.c svneol=native#text/plain
+src/emu/netlist/pstring.h svneol=native#text/plain
src/emu/network.c svneol=native#text/plain
src/emu/network.h svneol=native#text/plain
src/emu/output.c svneol=native#text/plain