4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 18, 2024 — Jun 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't define WIN32 and UNIX if they have been defined (often on the command line) More... over 13 years ago
Return 1 at the end of the function "handler". More... over 13 years ago
Add license head to config.h.in More... over 13 years ago
Add header guard for config.h More... over 13 years ago
Make editorconfig core work on Windows (mainly settled the path seperator problem.) More... over 13 years ago
Auto varible definition must be at the start of the function body, otherwise some compiler may fail to compile it. More... over 13 years ago
in get filenames, files[slashes] should be set to NULL. More... over 13 years ago
spaces malloced are not large enough (the terminating NULL needs one more byte) More... over 13 years ago
Make each line less than 80 chars. More... over 13 years ago
Forget to include misc.h from editorconfig.c More... over 13 years ago
Move strndup to misc.c More... over 13 years ago
Add more file format details and contribution info More... over 13 years ago
Check for strndup function since it is not in ISO C, and define this function if not found. More... over 13 years ago
Merge branch 'master' of github.com:treyhunner/editorconfig More... over 13 years ago
Recursive search path for editorconfig files More... over 13 years ago
Add config.h auto generation and include config.h in editorconfig.c More... over 13 years ago
Add gitignore for cmake files and compiled binary file More... over 13 years ago
Add cmake as building system. More... over 13 years ago
Do not accept absolute paths as its argument since we do not need this feature. More... over 13 years ago
Move source files into src directory More... over 13 years ago
Add 2 clause BSD license to top of editorconfig.c More... over 13 years ago
Revert "Update fnmatch license per UCB's recission of "advertising clause"" More... over 13 years ago
Update fnmatch license per UCB's recission of "advertising clause" More... over 13 years ago
Add function documentation and fix variable names More... over 13 years ago
Combine declaration and instantiation More... over 13 years ago
Return success when no editorconfig file found More... over 13 years ago
coding style fix. More... over 13 years ago
Print all error messages to stderr. More... over 13 years ago
The last parameter of split_file_path should be const. More... over 13 years ago
Add to_absolute_path function to make editorconfig accept relative path. More... over 13 years ago