4
I Use This!
Moderate Activity

Commits : Listings

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