Branch: refs/heads/dmd-1.x
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: c6d648e01f18622cace0214def0bc7c5ab7ce1e2
      
https://github.com/D-Programming-Language/dmd/commit/c6d648e01f18622cace0214def0bc7c5ab7ce1e2
  Author: Leandro Lucarella <[email protected]>
  Date:   2012-03-20 (Tue, 20 Mar 2012)

  Changed paths:
    M src/util.c

  Log Message:
  -----------
  Fix util_assert() signature to match the headers

Right now the compiler can't be linked because util_assert() is reported
to be missing, because the users of this function are using a different
signature.


  Commit: 46a681bbc588b8b395a9cd7ba3293a8c73f1bbac
      
https://github.com/D-Programming-Language/dmd/commit/46a681bbc588b8b395a9cd7ba3293a8c73f1bbac
  Author: Leandro Lucarella <[email protected]>
  Date:   2012-03-20 (Tue, 20 Mar 2012)

  Changed paths:
    M src/lib.h

  Log Message:
  -----------
  Fix warning about conversion from const char* to char*

String literals are const char*, so is invalid to pass them to functions
taking char* instead.


  Commit: 92ddefc450e52dddc086455228ab0ab1f94b9f76
      
https://github.com/D-Programming-Language/dmd/commit/92ddefc450e52dddc086455228ab0ab1f94b9f76
  Author: Walter Bright <[email protected]>
  Date:   2012-03-20 (Tue, 20 Mar 2012)

  Changed paths:
    M src/lib.h
  M src/util.c

  Log Message:
  -----------
  Merge pull request #819 from llucax/fix-compile

Make DMD 1.x compile again


Compare: https://github.com/D-Programming-Language/dmd/compare/2c4ff38...92ddefc
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to