woollybah преди 7 години
родител
ревизия
b1a2b824da
променени са 3 файла, в които са добавени 7 реда и са изтрити 5 реда
  1. 1 1
      stringbuilder.mod/common.bmx
  2. 1 1
      stringbuilder.mod/glue.c
  3. 5 3
      stringbuilder.mod/stringbuilder.bmx

+ 1 - 1
stringbuilder.mod/common.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2016 Bruce A Henderson
+' Copyright (c) 2018 Bruce A Henderson
 ' 
 ' 
 ' This software is provided 'as-is', without any express or implied
 ' This software is provided 'as-is', without any express or implied
 ' warranty. In no event will the authors be held liable for any damages
 ' warranty. In no event will the authors be held liable for any damages

+ 1 - 1
stringbuilder.mod/glue.c

@@ -1,5 +1,5 @@
 /*
 /*
-  Copyright (c) 2016 Bruce A Henderson
+  Copyright (c) 2018 Bruce A Henderson
   
   
   This software is provided 'as-is', without any express or implied
   This software is provided 'as-is', without any express or implied
   warranty. In no event will the authors be held liable for any damages
   warranty. In no event will the authors be held liable for any damages

+ 5 - 3
stringbuilder.mod/stringbuilder.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2016 Bruce A Henderson
+' Copyright (c) 2018 Bruce A Henderson
 ' 
 ' 
 ' This software is provided 'as-is', without any express or implied
 ' This software is provided 'as-is', without any express or implied
 ' warranty. In no event will the authors be held liable for any damages
 ' warranty. In no event will the authors be held liable for any damages
@@ -23,10 +23,12 @@ bbdoc: A string builder.
 End Rem	
 End Rem	
 Module BRL.StringBuilder
 Module BRL.StringBuilder
 
 
-ModuleInfo "Version: 1.03"
+ModuleInfo "Version: 1.04"
 ModuleInfo "License: zlib/libpng"
 ModuleInfo "License: zlib/libpng"
-ModuleInfo "Copyright: 2016 Bruce A Henderson"
+ModuleInfo "Copyright: 2018 Bruce A Henderson"
 
 
+ModuleInfo "History: 1.04"
+ModuleInfo "History: Added shorts appender."
 ModuleInfo "History: 1.03"
 ModuleInfo "History: 1.03"
 ModuleInfo "History: Added overloaded constructor for providing instance specific initial capacity."
 ModuleInfo "History: Added overloaded constructor for providing instance specific initial capacity."
 ModuleInfo "History: 1.02"
 ModuleInfo "History: 1.02"