typo fix
[sxemacs] / src /
2011-09-18 Nelson FerreiraCID:192 RESOURCE_LEAK - new argv is not freed
2011-09-18 Nelson FerreiraCID:318 SECURE_CODING - risky usage of sprintf
2011-09-18 Nelson FerreiraCID:340 SECURE_CODING - risky usage of strcat
2011-09-18 Nelson FerreiraAdded sxe-utils.h with several utilities from lisp.h
2011-09-17 Steve YoungsCoverity fixes from Nelson
2011-09-17 Nelson FerreiraMerge http://git.nelsonferreira.com/sxemacs
2011-09-17 Nelson FerreiraSeveral fixes to dumper. CID:107,108,206
2011-09-17 Nelson FerreiraCID:61 INFINITE_LOOP - Let's make the "infinite" loop...
2011-09-17 Nelson FerreiraMerge branch 'master' of git.sxemacs.org/sxemacs
2011-09-17 Nelson FerreiraCID:190 RESOURCE_LEAK free the rune when not needed...
2011-09-17 Nelson FerreiraCID:170,172 PW.INCLUDE_RECURSION - Avoid recursive...
2011-09-17 Nelson FerreiraMerge branch 'master' of git.sxemacs.org/sxemacs
2011-09-17 Steve YoungsCoverity fixes from Nelson
2011-09-17 Nelson FerreiraCID:395 UNINIT - Fix uninitalized use of a member of...
2011-09-17 Steve YoungsCoverity fixes from Nelson
2011-09-17 Nelson FerreiraCID:456 FORWARD NULL - possible crash on dereference
2011-09-17 Nelson FerreiraCID:468 MISSING_LOCK
2011-09-17 Nelson FerreiraCID:469 PW.BAD_MACRO_REDEF
2011-09-17 Nelson FerreiraCID:469 PW.BAD_MACRO_REDEF
2011-09-17 Nelson FerreiraCID:462 RESOURCE LEAK
2011-09-16 Steve Youngsquick typo fix
2011-09-16 Steve YoungsQuick trivial one-char typo fix
2011-09-16 Steve YoungsCoverity fixes from Nelson
2011-09-16 Nelson FerreiraMerge http://git.sxemacs.org/sxemacs
2011-09-16 Nelson FerreiraAdd missing semi-color
2011-09-16 Nelson FerreiraFix stupid strncat usage mistake
2011-09-16 Nelson FerreiraMake sure to fclose the file on error
2011-09-16 Nelson FerreiraMake sure to use add.*_rune_noret when not interested...
2011-09-16 Nelson FerreiraMake sure dl.top_clip is initialized
2011-09-16 Nelson FerreiraAvoid doing decode_buffer twice when not doing clash
2011-09-16 Nelson FerreiraRemove unneeded initialization of command_builder pointer.
2011-09-16 Nelson FerreiraDo not assign the return of setlocale(LC_ALL,"C") to...
2011-09-16 Nelson FerreiraRemove unused value of eckey
2011-09-16 Nelson FerreiraMake sure that check and change of state is done on the
2011-09-16 Nelson Ferreiramake sure the optable_index cannot be negative, instead
2011-09-16 Nelson FerreiraMake sure avfc is not NULL before dereferencing
2011-09-16 Nelson FerreiraMake sure that avfc is non null before de-reference.
2011-09-16 Nelson FerreiraMake sure the pointers are valid before dereferencing
2011-09-16 Nelson FerreiraUse strncat instead of strcat, even in a paranoid fashion.
2011-09-16 Nelson FerreiraMake sure that mtp has the proper play state before...
2011-09-16 Steve YoungsMore Coverity fixes from Nelson
2011-09-16 Nelson FerreiraFix several FILE* leaks in ssl
2011-09-16 Nelson FerreiraMake implementation comment about issues with strlen of
2011-09-16 Nelson FerreiraFix several invalid uses of negative returns on acessin...
2011-09-16 Nelson FerreiraMove variable path definition to avoid out-of-scope...
2011-09-16 Nelson FerreiraCID:326,325
2011-09-16 Nelson FerreiraUse snprint instead of sprintf. One of the uses of
2011-09-16 Nelson FerreiraUse snprint even if there is no issue with given size...
2011-09-15 Nelson FerreiraAvoid potential race condition and check only mtp as...
2011-09-15 Nelson FerreiraSigned-off-by: Nelson Ferreira <nelson.ferreira@ieee...
2011-09-15 Steve YoungsMerge branch 'merges'
2011-09-15 Nelson FerreiraAvoid resource leaks in redisplay (runes mostly).
2011-09-15 Nelson FerreiraEnclosed the media stop status assignment inside the
2011-09-15 Nelson FerreiraUse ssize_t for string length and return from read...
2011-09-15 Nelson FerreiraInitialize the return object to Qnil
2011-09-15 Nelson FerreiraCheck for NULL return from getenv on pdump_load. These
2011-09-15 Nelson FerreiraCheck for NULL return from getenv
2011-09-15 Nelson FerreiraRemove superfluous pointer check which seems to trigger
2011-09-14 Steve YoungsMerge branch 'merges'
2011-09-14 Nelson FerreiraFix potential usage of negative file handle CID:119
2011-09-14 Nelson FerreiraFix potential usage of negative file descriptor
2011-09-14 Nelson FerreiraFix potential usage of negative file handle
2011-09-14 Nelson FerreiraMake loop explicit in signal_if_x_error CID:61
2011-09-14 Nelson FerreiraShutup unchecked call return value (CID:13)
2011-09-14 Nelson FerreiraFix potential array overrun of static due to sign...
2011-09-14 Nelson FerreiraFix undefined order of eval in while condition.
2011-09-14 Nelson FerreiraFix potential stack/string overflow warning
2011-09-14 Nelson FerreiraFix potential stack overflow (via string overflow)
2011-09-14 Nelson FerreiraUse snprintf instead of sprint
2011-09-14 Steve YoungsMerge branch 'merges'
2011-09-14 Nelson FerreiraFix the ent-mpc issues of Bug 126.
2011-09-14 Nelson FerreiraCheck the result of sxemacs_stat in Fwrite_region_inter...
2011-09-14 Steve YoungsMerge branch 'merges'
2011-09-14 Nelson FerreiraFix CID:436 Unused value
2011-09-14 Nelson FerreiraFix CID:437 Unused value
2011-09-14 Nelson FerreiraMerge http://git.sxemacs.org/sxemacs
2011-09-13 Steve YoungsMerge branch 'tooltalkless'
2011-09-13 Steve YoungsPurge SXEmacs of tooltalk -- remainding tidy up
2011-09-12 Steve YoungsPurge SXEmacs of tooltalk cruft -- src, lisp
2011-06-21 Steve YoungsMerge branch 'merges'
2011-06-21 Steve YoungsMerge branch 'merges'
2011-06-16 Steve YoungsMerge branch 'merges'
2011-06-16 Steve YoungsSundry FFI fixes (see bug #127)
2011-05-08 Nelson FerreiraMerge http://git.sxemacs.org/sxemacs
2011-05-06 Steve YoungsLibpng 1.5 fix.
2011-04-18 Steve YoungsMerge branch 'merges'
2011-04-18 Nelson Ferreira* src/mule/input-method-xlib.c: Fix a header due to
2011-04-18 Nelson Ferreira* src/ui/glyphs.c: properly allow Q_mask_{file,data},
2011-04-18 Nelson FerreiraBuild improvements
2011-03-18 Steve YoungsCouple more warning fixes
2011-03-18 Steve YoungsFix a few more compiler warnings.
2011-03-14 Steve YoungsFix several compiler warnings in C sources.
2010-11-04 Steve YoungsConvert the tla-generated versioning info to git-generated
2010-11-04 Steve YoungsInitial git import v22.1.13