index
:
sciteco
hsrex
libxcurses
master
session-extensions
Scintilla-based Text Editor and COrrector
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ring.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-03
updated copyright to 2017
Robin Haberkorn
1
-1
/
+1
2016-11-18
the manual generator (generator-docs.tes) has been cleaned up and is now call...
Robin Haberkorn
1
-2
/
+2
2016-11-01
globbing supports character classes now and ^EN string building construct to ...
Robin Haberkorn
1
-2
/
+5
2016-02-10
avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...
Robin Haberkorn
1
-2
/
+2
2016-01-28
fixup: clarified :EX behaviour on modified unnamed files
Robin Haberkorn
1
-2
/
+4
2016-01-28
added :EX (colon-modified EX): exits SciTECO saving all modified buffers
Robin Haberkorn
1
-0
/
+10
2016-01-28
updated copyright to 2016
Robin Haberkorn
1
-1
/
+1
2015-06-12
support UNIX-shell-like tilde-expansions in file names and directories
Robin Haberkorn
1
-11
/
+11
2015-05-25
restrict globbing in the EB command to regular files.
Robin Haberkorn
1
-2
/
+2
2015-03-17
fixed invalid memory accesses in the expression stack and reworked expression...
Robin Haberkorn
1
-1
/
+1
2015-03-07
changed save point file format to .teco-<n>-<filename>~
Robin Haberkorn
1
-2
/
+2
2015-02-11
updated copyright to 2015
Robin Haberkorn
1
-1
/
+1
2014-11-24
turn off Scintilla undo collection by default and fixed memleak
Robin Haberkorn
1
-0
/
+9
2014-11-24
Q-Register loading and saving using the IOView class
Robin Haberkorn
1
-3
/
+9
2014-11-24
factored out file loading and saving into the View specialisation IOView
Robin Haberkorn
1
-342
/
+25
2014-11-22
added EJ command: return runtime properties
Robin Haberkorn
1
-0
/
+15
2014-11-22
added globbing command EN
Robin Haberkorn
1
-32
/
+9
2014-11-21
finally implemented the CLOSE and QUIT hooks
Robin Haberkorn
1
-0
/
+1
2014-11-20
allow a current buffer if we're editing a Q-Register
Robin Haberkorn
1
-3
/
+3
2014-11-16
cleaned up Scintilla document "updating"
Robin Haberkorn
1
-12
/
+12
2014-11-16
rewritten View and Interface base classes using the Curiously Recurring Templ...
Robin Haberkorn
1
-8
/
+8
2014-11-16
first working version of the one-view-per-buffer design
Robin Haberkorn
1
-7
/
+5
2014-11-11
refactored SciTECO runtime errors: moved from parser.cpp to error.cpp
Robin Haberkorn
1
-1
/
+2
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
1
-2
/
+4
2014-11-01
fixed reversing EW (save as)
Robin Haberkorn
1
-23
/
+22
2014-02-18
comment on unused-result warning of fchown()
Robin Haberkorn
1
-1
/
+5
2014-02-15
updated Copyright to year 2014
Robin Haberkorn
1
-1
/
+1
2014-02-15
use GLib's GError information to yield errors
Robin Haberkorn
1
-5
/
+5
2014-02-15
removed most exception specifications: allow bad_allocs to propagate
Robin Haberkorn
1
-5
/
+5
2013-03-18
declare all global inter-dependant objects in main.cpp and get rid of init_pr...
Robin Haberkorn
1
-3
/
+0
2013-03-18
make sure a (void*)0 is used as sentinels
Robin Haberkorn
1
-3
/
+3
2013-03-16
documented remaining commands
Robin Haberkorn
1
-0
/
+79
2013-02-22
use typedef for SciTECO integers and make it configurable at configure time
Robin Haberkorn
1
-5
/
+5
2013-02-22
clean up QRegister vs. Buffer redundancies using TECODocument class
Robin Haberkorn
1
-3
/
+3
2013-02-01
fixed buffer Ring initialization
Robin Haberkorn
1
-1
/
+2
2013-01-22
This reverts commit 821c61e9967e62fd81038e4b879c5452bffe2dfb.
Robin Haberkorn
1
-9
/
+30
2013-01-21
improved reading files by using memory-mapping
Robin Haberkorn
1
-6
/
+9
2013-01-21
fixed: preserve access mode and ownership (if possible) of file when saving
Robin Haberkorn
1
-19
/
+109
2013-01-19
updated copyright (2012-2013)
Robin Haberkorn
1
-1
/
+1
2012-12-04
added copyright notice to every source file
Robin Haberkorn
1
-0
/
+17
2012-12-04
additional minor changes: distribution building now possible
Robin Haberkorn
1
-1
/
+1
2012-12-04
first working version of autotools based build-system
Robin Haberkorn
1
-0
/
+4
2012-12-04
autoconf preparation: move everything into src/ subdir
Robin Haberkorn
1
-0
/
+539