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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-20
./distribute: allow not to upload original sources (UPLOAD_SRC=no)
v0.5
Robin Haberkorn
1
-4
/
+12
2013-03-20
fixed zipping of Windows binaries: missing -r flag
Robin Haberkorn
1
-1
/
+1
2013-03-20
updated version to 0.5
Robin Haberkorn
3
-3
/
+3
2013-03-20
moved and updated installation infos into INSTALL
Robin Haberkorn
2
-29
/
+95
2013-03-20
added ./distribute rule to put a debian source package into the sciteco PPA
Robin Haberkorn
1
-0
/
+5
2013-03-20
./distribute debian SIGN=yes: sign source/binary packages
Robin Haberkorn
1
-2
/
+8
2013-03-20
use a Debian version and branch by default
Robin Haberkorn
2
-1
/
+8
2013-03-20
replace GNU readlink dependency with custom canonicalize() shell function
Robin Haberkorn
1
-9
/
+10
2013-03-20
default Scintilla-path is ../scintilla
Robin Haberkorn
3
-5
/
+5
2013-03-20
use 0,xED instead of ED#xED in teco.ini
Robin Haberkorn
1
-2
/
+2
2013-03-19
fixed windows packaging
Robin Haberkorn
1
-2
/
+5
2013-03-19
add ./distribute clean target
Robin Haberkorn
1
-0
/
+5
2013-03-19
added minor scinterm patches and cleaned up patch system
Robin Haberkorn
6
-9
/
+38
2013-03-19
distribution script (Makefile)
Robin Haberkorn
1
-0
/
+89
2013-03-19
debianized SciTECO
Robin Haberkorn
6
-0
/
+116
2013-03-19
fixed minor Troff error: ".." is not allowed
Robin Haberkorn
2
-2
/
+2
2013-03-19
updated README: gcc 4.4 and later are supported
Robin Haberkorn
1
-8
/
+12
2013-03-19
avoid delete-non-virtual-dtor warning on g++ 4.7
Robin Haberkorn
2
-0
/
+2
2013-03-19
rewritten CHR2STR() using compound statement
Robin Haberkorn
2
-3
/
+8
2013-03-18
explicitly instantiate MicroStateMachine: fixes compilation with gcc-4.4
Robin Haberkorn
4
-7
/
+7
2013-03-18
add check for CLang: use clang-specific warnings only when compiling with CLang
Robin Haberkorn
2
-1
/
+8
2013-03-18
remove all unused-attributes for parameters
Robin Haberkorn
5
-17
/
+11
2013-03-18
declare State::Error::Error() as printf-like
Robin Haberkorn
1
-1
/
+1
2013-03-18
declare all global inter-dependant objects in main.cpp and get rid of init_pr...
Robin Haberkorn
16
-51
/
+62
2013-03-18
disable some bogus warnings for LLVM/Clang
Robin Haberkorn
1
-1
/
+1
2013-03-18
make sure a (void*)0 is used as sentinels
Robin Haberkorn
6
-12
/
+18
2013-03-18
prefer $HOME over passdb when looking for .teco_ini
Robin Haberkorn
1
-1
/
+1
2013-03-18
always recreate doxygen/
Robin Haberkorn
1
-0
/
+1
2013-03-17
added patch fixing Scinterm on certain 64-bit configurations
Robin Haberkorn
2
-1
/
+24
2013-03-17
document TECO control code echoing patch
Robin Haberkorn
1
-0
/
+4
2013-03-17
use new ^E\ string building character for arrays and to simplify number inser...
Robin Haberkorn
2
-27
/
+27
2013-03-17
^E\ string building character to format number
Robin Haberkorn
4
-14
/
+45
2013-03-17
fixed ^EG pattern match character: use QRegSpecMachine to parse register spec...
Robin Haberkorn
2
-3
/
+7
2013-03-17
document buffer editing hooks (ED hooks)
Robin Haberkorn
1
-0
/
+51
2013-03-17
fixed DEC TECO link in sciteco(1)
Robin Haberkorn
1
-1
/
+1
2013-03-17
updated README: all of the features are supported
Robin Haberkorn
1
-2
/
+0
2013-03-16
add links to Github pages
Robin Haberkorn
3
-5
/
+6
2013-03-16
updated README: teco.ini is documented in sciteco(1)
Robin Haberkorn
1
-3
/
+1
2013-03-16
updated README: mention sciteco(7), fix Video TECO spelling
Robin Haberkorn
1
-6
/
+7
2013-03-16
updated TODO: written language reference
Robin Haberkorn
1
-2
/
+1
2013-03-16
updated TODO
Robin Haberkorn
1
-5
/
+9
2013-03-16
written section about buffer ring in language manual
Robin Haberkorn
1
-0
/
+37
2013-03-16
explain caret-control-character equivalence for commands and no-ops in more d...
Robin Haberkorn
1
-1
/
+13
2013-03-16
wrote introduction (typographic conventions) for command reference
Robin Haberkorn
1
-0
/
+31
2013-03-16
fixed spelling of Video TECO
Robin Haberkorn
2
-7
/
+8
2013-03-16
written section about flow-control constructs in language reference manual
Robin Haberkorn
1
-1
/
+185
2013-03-16
make success/failure conditional tests more consistent with the definition of...
Robin Haberkorn
1
-3
/
+9
2013-03-16
wrote language reference sections about string building and pattern match cha...
Robin Haberkorn
1
-1
/
+159
2013-03-16
manual chapters: Expressions, Command Syntax, Q-Registers
Robin Haberkorn
3
-0
/
+262
2013-03-16
generate-docs: marker looks like a Troff request now
Robin Haberkorn
2
-2
/
+2
[next]