source: cmd.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6829afc   13 years davidben Define CALLER_OWN macro Replace our exising uses of ... release-1.10release-1.8release-1.9
(edit) @d427f08   13 years nelhage Use G_GNUC_WARN_UNUSED_RESULT Have gcc warn us when we ignore the ... release-1.10release-1.8release-1.9
(edit) @aad166a   13 years andersk commands_to_init: Move into new function owl_cmd_add_defaults ... release-1.10release-1.8release-1.9
(edit) @4c7c21f   13 years davidben owl_dict_create also never fails And like everywhere else, we weren't ... release-1.10release-1.8release-1.9
(edit) @3b8a563   13 years davidben Remove NULL checks before calling g_free g_free handles the NULL ... release-1.10release-1.8release-1.9
(edit) @6a71113   13 years davidben Use g_strjoinv in owl_cmddict_execute_argv, don't quote correctly ... release-1.10release-1.8release-1.9
(edit) @f25df21   13 years davidben Don't call owl_list_create in owl_dict_get_keys Until we get rid of ... release-1.10release-1.8release-1.9
(edit) @e56303f   13 years davidben Replace owl_parse_delete with g_strfreev Also cut the pointless ... release-1.10release-1.8release-1.9
(edit) @3472845   13 years andersk Replace owl_sprintf with g_strdup_printf. Signed-off-by: Anders ... release-1.10release-1.8release-1.9
(edit) @d4927a7   13 years andersk Replace owl_strdup with g_strdup. Signed-off-by: Anders Kaseorg ... release-1.10release-1.8release-1.9
(edit) @ddbbcffa   13 years andersk Replace owl_free with g_free. Signed-off-by: Anders Kaseorg ... release-1.10release-1.8release-1.9
(edit) @96828e4   13 years andersk Replace owl_malloc with g_new and g_new0. Signed-off-by: Anders ... release-1.10release-1.8release-1.9
(edit) @4d24650   13 years davidben Make owl_text_indent return a new string You can't really use it ... release-1.10release-1.8release-1.9
(edit) @e3c8332   13 years davidben Use GString in owl_cmddict_execute_argv While we're at it, provide a ... release-1.10release-1.8release-1.9
(edit) @d296c9a   14 years davidben Merge branch 'owl_window' Conflicts: global.c release-1.10release-1.7release-1.8release-1.9
(edit) @1cc9b615   14 years nelhage Tell perl about aliases as well as commands. This fixes ... release-1.10release-1.7release-1.8release-1.9
(edit) @ea7daa8   14 years davidben Remove the global notifier release-1.10release-1.7release-1.8release-1.9
(edit) @044f19f   14 years davidben Don't use signals for dirtying the sepbar I'm less convinced the ... release-1.10release-1.7release-1.8release-1.9
(edit) @94be4a8   14 years davidben Add a command-executed signal for the sepbar Now we can remove ... release-1.10release-1.7release-1.8release-1.9
(edit) @0e98d87   14 years davidben Remove a pointless instance of sepbar_dirty release-1.10release-1.7release-1.8release-1.9
(edit) @385fda9   14 years davidben A fairly hacky job of porting sepbar to owl_window We now use the new ... release-1.10release-1.7release-1.8release-1.9
(edit) @8d4b521   14 years andersk Rename owl_cmddict_namelist_free to owl_cmddict_namelist_cleanup. ... release-1.10release-1.6release-1.7release-1.8release-1.9
(edit) @685e96f   14 years andersk Rename owl_cmd_free to owl_cmd_cleanup. Signed-off-by: Anders Kaseorg ... release-1.10release-1.6release-1.7release-1.8release-1.9
(edit) @8f2d9bf   14 years andersk Rename owl_perlconfig_cmd_free to owl_perlconfig_cmd_cleanup. ... release-1.10release-1.6release-1.7release-1.8release-1.9
(edit) @8c59178   14 years andersk Rename owl_list_free_all to owl_list_cleanup. Signed-off-by: Anders ... release-1.10release-1.6release-1.7release-1.8release-1.9
(edit) @40d22cf   14 years andersk Rename owl_parsefree to owl_parse_delete. Signed-off-by: Anders ... release-1.10release-1.6release-1.7release-1.8release-1.9
(edit) @b0da027   14 years andersk Add owl_cmd_delete to fix leaks. Signed-off-by: Anders Kaseorg ... release-1.10release-1.6release-1.7release-1.8release-1.9
(edit) @62a000b   14 years andersk owl_cmddict_execute: Don’t leak buffers when given no arguments. ... release-1.10release-1.6release-1.7release-1.8release-1.9
(edit) @99525be   14 years andersk Use strtol without casting, to shut up gcc -Wcast-qual. strtol should ... release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @36486be   15 years andersk Replace several owl_malloc, sprintf sequences with owl_strdup or ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @0a0fb74   15 years andersk Add const qualifiers for owl_cmd *. Signed-off-by: Anders Kaseorg ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @3f8514b   15 years andersk Add const qualifiers for owl_context *. Signed-off-by: Anders Kaseorg ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @ff7e289   15 years andersk Add const qualifiers for owl_cmddict *. Signed-off-by: Anders Kaseorg ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @e19eb97   15 years andersk Add const qualifiers for char * and void *. Signed-off-by: Anders ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @fa4562c   15 years andersk Prepare code for adding const qualifiers for char * and void *. ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @65b2173   15 years andersk Split up declarations for adding const qualifiers for char * and void ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @c529ac8   15 years andersk Add new function strs, to (later) cast char *const * to const char ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @4d86e06   15 years andersk Get rid of a whole bunch of useless casts. Signed-off-by: Anders ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @d43edd2   15 years andersk Death to RCS keywords. Signed-off-by: Anders Kaseorg <andersk@mit.edu> release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @b39a9cd   15 years andersk owl_cmddict_add_from_list: Remove unused variable. Signed-off-by: ... release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @eb6cedc   15 years nelhage Push commands into BarnOwl:: instead of AUTOLOAD'ing them release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @c4ba74d   16 years nelhage Make BarnOwl::command() accept a pre-tokenized command. If given more ... debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @34509d5   16 years asedeno GLib/Unicode branch - adding glib dependency. Linking BarnOwl to ... barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @6922edd   17 years nelhage Adding the ability to install real commands from perl. barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @f1e629d   21 years nygren New API for perl message formatting functions. Legacy ... barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @1c7a4e0   22 years nygren Fixed a bug in the summary field for user-created aliases. barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(edit) @1aee7d9   22 years nygren * Added RCS Id strings to all files. * 'show keymaps' shows details of ... barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
(add) @7d4fbcd   22 years kretch Initial check in barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Note: See TracRevisionLog for help on using the revision log.