コミット履歴

作者 SHA1 メッセージ 日付
  Godzil c0cd8650a6 Another batch especially on C ANSI frontend 11 年 前
  dtrg e859ef2491 Rationalised use of #includes to be more standards-compliant. 18 年 前
  ceriel 910316cfde Fix: parameter name same as function name not dealt with properly 23 年 前
  ceriel 3895a59e03 Fix to fix in idf.c 28 年 前
  ceriel 67cb729554 Fixed bug: crashed when parameter has same name as function 28 年 前
  ceriel c97f79454d Fixed a bug with local character arrays initialized with a string 29 年 前
  ceriel 8636e9d10a Changed Header into Id 30 年 前
  ceriel dd67502468 Minor fix 30 年 前
  ceriel 6f8002f540 Fix: previous version did not work with variable # of args 31 年 前
  ceriel d9bd02fda6 Removed static buffer in gen_idf 32 年 前
  ceriel 5d9c7f4d9b Fixed bug: old-style float parameters resulted in wrong addresses for following parameters 32 年 前
  ceriel a38be6605e Do not use '#endif/#else xxx'; it is not allowed for ANSI C 32 年 前
  ceriel 9381b34dfa Fix: sometimes generated illegal register messages for parameters 33 年 前
  ceriel 9f43986877 ANSI requires separate name space for labels, and made to use idf module 33 年 前
  ceriel 2838d446ef Did not detect redeclaration of formal as local 33 年 前
  ceriel e096bc3fb3 fixed problem with extern declarations 33 年 前
  ceriel 8a25f4e66b Some minor mods in mixed mode checking 33 年 前
  ceriel 3e16cf5116 Fix: prevent incorrect error messages 33 年 前
  ceriel e48822da7b Improved identifier string allocation mechanism 33 年 前
  dick 32eddf7846 undo modifications outside #ifdef LINT 33 年 前
  dick 4a7ef15df2 more additions for lint 33 年 前
  dick 495a037714 lint update (merge from C compiler) 34 年 前
  eck 0b35c31e5b fixed bug with function returning pointer to function 34 年 前
  eck 8a00e32bc8 fixed type of sizeof (decreases size!) 34 年 前
  eck d7c15759ee added warning about old-fashioned declarations 34 年 前
  eck b4f97588b7 fixed bug with undefined structs 34 年 前
  ceriel 41e3cf403b Added support for debugger, de-linted somewhat 34 年 前
  eck e144c7cc4c fixed bugs with prototype scopes 34 年 前
  eck a1e2a583b5 fixed bug with double definition 34 年 前
  eck dc12b2fa3d warn about ptrdiff_t passed as long on 2-4 machines 34 年 前