0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Wrap err, errx and warnx accordingly, if not present.
Julio Merino
as jmmv
More... about 20 years ago
Add mem.[ch], which provide several memory wrapping functions that we will use to catch memory leaks. Based on files found in xmlcatmgr.
Julio Merino
as jmmv
More... about 20 years ago
Add a LINKLIST_FREE_ALL macro to easily free all the elments from a list (but not the list itself!).
Julio Merino
as jmmv
More... about 20 years ago
Remove the OWNLIST macros, replaced by LINKLIST (added during outfile -> fileinfo transition). While here, remove some references to outfile* functions.
Julio Merino
as jmmv
More... about 20 years ago
Replace the outfile structure with the more generic fileinfo, which can be used for input files too (when needed).
Julio Merino
as jmmv
More... about 20 years ago
Use the __RCSID macro.
Julio Merino
as jmmv
More... about 20 years ago
Add a system.h file that handles inclusions of system specific files, in a common and consistent way.
Julio Merino
as jmmv
More... about 20 years ago
Use reinterpret_cast instead of C-style casts.
Julio Merino
as jmmv
More... over 20 years ago
Improve usage message.
Julio Merino
as jmmv
More... over 20 years ago
Add blackbox output filter.
Julio Merino
as jmmv
More... over 20 years ago
Add pwm output filter.
Julio Merino
as jmmv
More... over 20 years ago
Add pekwm output filter.
Julio Merino
as jmmv
More... over 20 years ago
Set the root property of the menu when appropiate and honour the "type" attribute given to <menu> elements.
Julio Merino
as jmmv
More... over 20 years ago
Let prune* preserve the is_root property.
Julio Merino
as jmmv
More... over 20 years ago
Add openbox3 output filter.
Julio Merino
as jmmv
More... over 20 years ago
Add icewm; missed in last commit (icewm filter addition).
Julio Merino
as jmmv
More... over 20 years ago
Add the icewm output filter.
Julio Merino
as jmmv
More... over 20 years ago
Add the out_data_t class, which holds information used by output filters during their execution. This is to hide several fields in a single structure (currently, it has a single ostream), in case they are needed in a future.
Julio Merino
as jmmv
More... over 20 years ago
Add missing braces around variable name.
Julio Merino
as jmmv
More... over 20 years ago
Let the config script handle the definition of __RCSID.
Julio Merino
as jmmv
More... over 20 years ago
Use __RCSID to attach the CVS Id tag to built binaries.
Julio Merino
as jmmv
More... over 20 years ago
Fix build with gcc 2.95.3.
Julio Merino
as jmmv
More... over 20 years ago
Include headers cleanup (fixes problems with gcc 2.95.3).
Julio Merino
as jmmv
More... over 20 years ago
Implement the filter_factory_t class, used to get new input/output filters. Overrides some functionality added previously to in_filter_t and out_filter_t.
Julio Merino
as jmmv
More... over 20 years ago
Abort if the given in/out filter is invalid.
Julio Merino
as jmmv
More... over 20 years ago
Implement parsing of outfile definitions in the input file. To do this, add the in_data_t class, returned by input filters, which contains the menu and a list of output files (done this way so more return values can be added in the future, if needed).
Julio Merino
as jmmv
More... over 20 years ago
Search for the default configuration file in the home directory.
Julio Merino
as jmmv
More... over 20 years ago
Add and enable manpage (copied from src).
Julio Merino
as jmmv
More... over 20 years ago
Some syntax cleanup.
Julio Merino
as jmmv
More... over 20 years ago
- Check for C++ and remove checks used by the C version of the program. - Require Buildtool 0.15. - Use bt_pkgflags instead of pkgconfig. - Enable the bin and lib directories, in favour of src (disabled). - Some cleanup.
Julio Merino
as jmmv
More... over 20 years ago