Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 9.0
  • 8.0
  • 7.8
  • 7.6
  • 7.4
  • 7.2
  • 7.0
  • 0.6
  • rosuav/latex-markdown-renderer
  • rxnpatch/rxnpatch
  • marcus/gobject-introspection
  • rxnpatch/8.0
  • rosuav/pre-listening-ports
  • nt-tools
  • rosuav/async-annotations
  • rosuav/pgsql-ssl
  • rxnpatch/rxnpatch-broken/2023-10-06T094250
  • grubba/fdlib
  • grubba/wip/sakura/8.0
  • v8.0.1994
  • v8.0.1992
  • v8.0.1990
  • v8.0.1988
  • v8.0.1986
  • rxnpatch/clusters/8.0/2025-04-29T124414
  • rxnpatch/2025-04-29T124414
  • v8.0.1984
  • v8.0.1982
  • v8.0.1980
  • v8.0.1978
  • v8.0.1976
  • v8.0.1974
  • v8.0.1972
  • v8.0.1970
  • v8.0.1968
  • v8.0.1966
  • v8.0.1964
  • v8.0.1962
  • v8.0.1960
40 results

las.h

Blame
    • Henrik (Grubba) Grubbström's avatar
      94d66be3
      Compiler messaging mega patch. · 94d66be3
      Henrik (Grubba) Grubbström authored
      va_yyreport() is now the main C-level dispatcher for compiler messages.
      It also handles the automatic conversion of type errors to warnings in compat mode.
      Consolidated the location for the implementation of most of the yy*-messaging functions to program.c.
      Added yytype_report().
      Changed APIs for yyexplain_*().
      Moved the definitions of REPORT_* from pike_compiler.h to program.h.
      va_yyerror() and low_yyerror() are no more.
      Most type-system messages should now be marked with the appropriate subsystem.
      Reenabled the typechecking for sscanf and sprintf() now that errors are converted into warnings in compat mode.
      
      Rev: src/language.yacc:1.425
      Rev: src/las.c:1.413
      Rev: src/las.h:1.79
      Rev: src/modules/sprintf/sprintf.c:1.153
      Rev: src/pike_compiler.h:1.14
      Rev: src/pike_types.c:1.337
      Rev: src/pike_types.h:1.118
      Rev: src/program.c:1.702
      Rev: src/program.h:1.248
      Rev: src/sscanf.c:1.184
      94d66be3
      History
      Compiler messaging mega patch.
      Henrik (Grubba) Grubbström authored
      va_yyreport() is now the main C-level dispatcher for compiler messages.
      It also handles the automatic conversion of type errors to warnings in compat mode.
      Consolidated the location for the implementation of most of the yy*-messaging functions to program.c.
      Added yytype_report().
      Changed APIs for yyexplain_*().
      Moved the definitions of REPORT_* from pike_compiler.h to program.h.
      va_yyerror() and low_yyerror() are no more.
      Most type-system messages should now be marked with the appropriate subsystem.
      Reenabled the typechecking for sscanf and sprintf() now that errors are converted into warnings in compat mode.
      
      Rev: src/language.yacc:1.425
      Rev: src/las.c:1.413
      Rev: src/las.h:1.79
      Rev: src/modules/sprintf/sprintf.c:1.153
      Rev: src/pike_compiler.h:1.14
      Rev: src/pike_types.c:1.337
      Rev: src/pike_types.h:1.118
      Rev: src/program.c:1.702
      Rev: src/program.h:1.248
      Rev: src/sscanf.c:1.184