aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/stringfrag.cpp
AgeCommit message (Expand)Author
2009-05-20removed trailing whitespacesMax Horn
2009-05-18Changed errors to be fatal, as most of them are fatal conditions. Some of the...Filippos Karapetis
2009-05-06SCI: Added a comment (taken from a mail by Lars Skovlund) explaining SCI stri...Max Horn
2009-05-05SCI: Fix my previous changes to internal_stringfrag_strcmp (side remark: Anot...Max Horn
2009-05-05SCI: Simplified internal_stringfrag_strcmp and internal_stringfrag_strncmpMax Horn
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max Horn
2009-03-10- Fix code indentationJohannes Schickel
2009-03-10Added missing SVN keywordsFilippos Karapetis
2009-03-10Formatted code to conform to our coding standards. Also, added parentheses to...Filippos Karapetis
2009-03-10- Fix warningJohannes Schickel
2009-03-10Add missing file.Lars Skovlund