| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-01-21 | improved reading files by using memory-mapping | Robin Haberkorn | 1 | -6/+9 | |
| * file must be in primary memory for scintilla * we cannot write to scintilla's buffer memory directly * so mapping the file is best: in the best case it is not copied to primary memory and resides in kernel cache * in any case, mapping to memory is faster than read()ing into primary memory * copying from mapped virtual memory to scintilla buffer (via SCI_APPENDTEXT) is faster than copying from primary memory | |||||
| 2013-01-21 | fixed: preserve access mode and ownership (if possible) of file when saving | Robin Haberkorn | 1 | -19/+109 | |
| * works with/without save-points (i.e. in batch and interactive mode, both were broken) * improved file-saving performance (avoid buffer gap removal) * only root can preserve the ownership of a file owned by another user after file saving | |||||
| 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 | |
