May 20, 2012 [dmd-internals] [D-Programming-Language/dmd] 25984b: Updated documentation for do_test.sh. | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 25984badca2821b069c0452cca6f16d7fceb61c7 https://github.com/D-Programming-Language/dmd/commit/25984badca2821b069c0452cca6f16d7fceb61c7 Author: David Held <github@wyntrmute.com> Date: 2012-05-19 (Sat, 19 May 2012) Changed paths: M test/do_test.sh Log Message: ----------- Updated documentation for do_test.sh. Commit: 8143fb746e9acb3d11a1ab38ef532a7d327d1b15 https://github.com/D-Programming-Language/dmd/commit/8143fb746e9acb3d11a1ab38ef532a7d327d1b15 Author: David Held <github@wyntrmute.com> Date: 2012-05-20 (Sun, 20 May 2012) Changed paths: M src/attrib.c M src/builtin.c M src/cast.c M src/class.c M src/cond.c M src/constfold.c M src/expression.c M src/hdrgen.h M src/inline.c M src/interpret.c M src/lexer.c M src/libomf.c M src/mtype.c M src/opover.c M src/parse.c M src/posix.mak M src/root/array.c R src/root/dchar.c R src/root/dchar.h R src/root/lstring.c R src/root/lstring.h M src/root/root.c M src/root/root.h M src/root/stringtable.c M src/root/stringtable.h M src/scope.c M src/win32.mak Log Message: ----------- Removed dchar and lstring: * Removed all code under M_UNICODE, MCBS, and UTF8 * Removed unused methods from Dchar interface * Inlined trivial methods (like strcmp(),strcpy(), etc.) * Converted all references to dchar -> char * Moved hash function to stringtable.c (only user) * Refactored Lstring to minimize public interface and privatize all data * Inlined Lstring into StringValue (only user) * Privatized StringTable data * Fixed possible bug in expression.c by converting writedchar() to writeUTF8() Commit: 6d8324233a19666246eaaa477db7494153911177 https://github.com/D-Programming-Language/dmd/commit/6d8324233a19666246eaaa477db7494153911177 Author: David Held <github@wyntrmute.com> Date: 2012-05-20 (Sun, 20 May 2012) Changed paths: M src/attrib.c M src/builtin.c M src/cast.c M src/class.c M src/cond.c M src/constfold.c M src/expression.c M src/hdrgen.h M src/inline.c M src/interpret.c M src/lexer.c M src/libomf.c M src/mtype.c M src/opover.c M src/parse.c M src/posix.mak M src/root/array.c R src/root/dchar.c R src/root/dchar.h R src/root/lstring.c R src/root/lstring.h M src/root/root.c M src/root/root.h M src/root/stringtable.c M src/root/stringtable.h M src/scope.c M src/win32.mak Log Message: ----------- Removed dchar and lstring: * Removed all code under M_UNICODE, MCBS, and UTF8 * Removed unused methods from Dchar interface * Inlined trivial methods (like strcmp(),strcpy(), etc.) * Converted all references to dchar -> char * Moved hash function to stringtable.c (only user) * Refactored Lstring to minimize public interface and privatize all data * Inlined Lstring into StringValue (only user) * Privatized StringTable data * Fixed possible bug in expression.c by converting writedchar() to writeUTF8() Commit: 82b42c2ffd42555596308dcfa9f498d077073965 https://github.com/D-Programming-Language/dmd/commit/82b42c2ffd42555596308dcfa9f498d077073965 Author: David Held <github@wyntrmute.com> Date: 2012-05-20 (Sun, 20 May 2012) Log Message: ----------- Merge branch 'master' of git@github.com:dheld/dmd.git Conflicts: src/root/stringtable.h Commit: a96c42611ac0be09333273da11fb7c2689c25fbb https://github.com/D-Programming-Language/dmd/commit/a96c42611ac0be09333273da11fb7c2689c25fbb Author: Walter Bright <walter@walterbright.com> Date: 2012-05-20 (Sun, 20 May 2012) Changed paths: M src/attrib.c M src/builtin.c M src/cast.c M src/class.c M src/cond.c M src/constfold.c M src/expression.c M src/hdrgen.h M src/inline.c M src/interpret.c M src/lexer.c M src/libomf.c M src/mtype.c M src/opover.c M src/parse.c M src/posix.mak M src/root/array.c R src/root/dchar.c R src/root/dchar.h R src/root/lstring.c R src/root/lstring.h M src/root/root.c M src/root/root.h M src/root/stringtable.c M src/root/stringtable.h M src/scope.c M src/win32.mak M test/do_test.sh Log Message: ----------- Merge pull request #959 from dheld/master Removed dchar and lstring Compare: https://github.com/D-Programming-Language/dmd/compare/a720b3b...a96c426 |
Copyright © 1999-2021 by the D Language Foundation