openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
EditorConfig
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
2 days
ago. based on code collected
3 days
ago.
Jun 18, 2024 — Jun 18, 2025
Showing page 180 of 181
Search / Filter on:
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)
Hong Xu
More...
over 13 years ago
Return 1 at the end of the function "handler".
Hong Xu
More...
over 13 years ago
Add license head to config.h.in
Hong Xu
More...
over 13 years ago
Add header guard for config.h
Hong Xu
More...
over 13 years ago
Make editorconfig core work on Windows (mainly settled the path seperator problem.)
Hong Xu
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.
Hong Xu
More...
over 13 years ago
in get filenames, files[slashes] should be set to NULL.
Hong Xu
More...
over 13 years ago
spaces malloced are not large enough (the terminating NULL needs one more byte)
Hong Xu
More...
over 13 years ago
Make each line less than 80 chars.
Hong Xu
More...
over 13 years ago
Forget to include misc.h from editorconfig.c
Hong Xu
More...
over 13 years ago
Move strndup to misc.c
Hong Xu
More...
over 13 years ago
Add more file format details and contribution info
Trey Hunner
More...
over 13 years ago
Check for strndup function since it is not in ISO C, and define this function if not found.
Hong Xu
More...
over 13 years ago
Merge branch 'master' of github.com:treyhunner/editorconfig
Hong Xu
More...
over 13 years ago
Recursive search path for editorconfig files
Trey Hunner
More...
over 13 years ago
Add config.h auto generation and include config.h in editorconfig.c
Hong Xu
More...
over 13 years ago
Add gitignore for cmake files and compiled binary file
Trey Hunner
More...
over 13 years ago
Add cmake as building system.
Hong Xu
More...
over 13 years ago
Do not accept absolute paths as its argument since we do not need this feature.
Hong Xu
More...
over 13 years ago
Move source files into src directory
Trey Hunner
More...
over 13 years ago
Add 2 clause BSD license to top of editorconfig.c
Trey Hunner
More...
over 13 years ago
Revert "Update fnmatch license per UCB's recission of "advertising clause""
Trey Hunner
More...
over 13 years ago
Update fnmatch license per UCB's recission of "advertising clause"
Trey Hunner
More...
over 13 years ago
Add function documentation and fix variable names
Trey Hunner
More...
over 13 years ago
Combine declaration and instantiation
Trey Hunner
More...
over 13 years ago
Return success when no editorconfig file found
Trey Hunner
More...
over 13 years ago
coding style fix.
Hong Xu
More...
over 13 years ago
Print all error messages to stderr.
Hong Xu
More...
over 13 years ago
The last parameter of split_file_path should be const.
Hong Xu
More...
over 13 years ago
Add to_absolute_path function to make editorconfig accept relative path.
Hong Xu
More...
over 13 years ago
←
1
2
…
173
174
175
176
177
178
179
180
181
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree