Browse CVS Repository
Diff of /shiki/shiki/xyzzylisp.stub
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1 |
|
"#include \"shiki.h\"" |
| 2 |
|
|
| 3 |
(define-cproc buffer-substring (start::<int> end::<int>) |
(define-cproc buffer-substring (start::<int> end::<int>) |
| 4 |
" ScmObj start, end, result; |
" ScmObj start, end, result; |
| 5 |
GtkTextIter s, e; |
GtkTextIter s, e; |
| 13 |
result = SCM_MAKE_STR_COPYING(substring); |
result = SCM_MAKE_STR_COPYING(substring); |
| 14 |
g_free(substring); |
g_free(substring); |
| 15 |
SCM_RETURN(result);") |
SCM_RETURN(result);") |
|
|
|
|
(define-cproc clear-current-buffer () |
|
|
" clear_current_buffer(); |
|
|
return SCM_NIL;") |
|
|
|
Legend:
| Removed from v.1.1 |
|
| changed lines |
| |
Added in v.1.2 |
|
|
|