aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/error.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-09implemented Unicode support for rubin/rubout and a number of commands (WIP) (...Robin Haberkorn1-0/+8
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2023-04-05updated copyright to 2023Robin Haberkorn1-1/+1
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn1-1/+1
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-193/+123
2017-03-03updated copyright to 2017Robin Haberkorn1-1/+1
2016-11-20fixed glib warnings about using g_mem_set_vtable() and revised memory limitingRobin Haberkorn1-4/+5
2016-08-19Integrated clipboard supportRobin Haberkorn1-1/+1
2016-02-15revised looping implementation, aggregating loops, sane $$ semantics, some op...Robin Haberkorn1-1/+6
2016-02-15implemented <$$> command for returning from a macroRobin Haberkorn1-1/+7
2016-01-28updated copyright to 2016Robin Haberkorn1-1/+1
2015-06-02throw error when trying to set or append the string part of "*" and appending...Robin Haberkorn1-0/+8
2015-03-01keep rubbed out command line for later re-insertion and massive Cmdline clean...Robin Haberkorn1-9/+0
2015-03-01moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...Robin Haberkorn1-0/+1
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-12-15always free glib's GError structuresRobin Haberkorn1-2/+10
2014-11-21finally implemented the CLOSE and QUIT hooksRobin Haberkorn1-0/+23
2014-11-20simplified attaching errors to a position in a macroRobin Haberkorn1-0/+7
2014-11-11refactored SciTECO runtime errors: moved from parser.cpp to error.cppRobin Haberkorn1-0/+168