summaryrefslogtreecommitdiffstats
path: root/runtime/errmsg.h
Commit message (Collapse)AuthorAgeFilesLines
* nit: update copyright datesRainer Gerhards2013-11-291-1/+1
|
* introduce new function to emit warning and other non-error messagesRainer Gerhards2013-11-291-2/+3
| | | | also refactor the error message subsystem a bit
* use const keyword at (some) appropriate placesRainer Gerhards2013-11-291-1/+1
|
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2012-01-161-16/+14
|\ | | | | | | | | | | | | | | Conflicts: runtime/debug.h runtime/obj.c runtime/parser.h runtime/wti.h
| * runtime license changeRainer Gerhards2012-01-161-16/+14
| |
* | bugfix: fixed compile problem due to empty structsDražen Kačar2011-02-161-0/+1
|/ | | | | | | this occured only on some platforms/compilers. thanks to Dražen Kačar for the fix Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
* added (internal) error codes to error messagesRainer Gerhards2008-06-271-1/+1
| | | | | Also added redirector to web description of error codes closes bug http://bugzilla.adiscon.com/show_bug.cgi?id=20
* moved files to the runtimeRainer Gerhards2008-04-161-0/+46
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.