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
blackbox
Settings
|
Report Duplicate
12
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 20, 2023 — Jan 20, 2024
Showing page 19 of 62
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
smaller text in red style; lighter visited green so it doesn't look like black in green style
sfrowd
More...
over 20 years ago
correct 'unsigned char *' -> 'char **' conversion (found with the Sun C++ compiler)
bradleyhughes
More...
over 20 years ago
don't declare nested structs in the private section of a class, the Sun C++ compiler doesn't allow these to be used outside of the nesting class.
bradleyhughes
More...
over 20 years ago
autodetect the codeset for the locale and pass it to iconv_open(3)... iconv_open(3) on solaris 8 doesn't support the POSIX requirement that "" means "use the locale's encoding"
bradleyhughes
More...
over 20 years ago
look for nl_langinfo, we need it after all
bradleyhughes
More...
over 20 years ago
in diff output, replaced [skip] marker with --changeset--, it's more appropriate
sfrowd
More...
over 20 years ago
Somewhat better whitespace handling when showing diffs.
sfrowd
More...
over 20 years ago
Implemented JS style switcher. Switched from single to 3 alternative styles.
sfrowd
More...
over 20 years ago
Added AboutTheWebsite wiki link to footer.
sfrowd
More...
over 20 years ago
fix compilation with DEBUG defined
bradleyhughes
More...
over 20 years ago
Added the SF logo in footer.
sfrowd
More...
over 20 years ago
switched to blue links and sans-serif text
sfrowd
More...
over 20 years ago
display IP's regardless if username is set
sfrowd
More...
over 20 years ago
no need to parse cats, they're disabled and confusing
sfrowd
More...
over 20 years ago
transformed page name into link to it
sfrowd
More...
over 20 years ago
Unlike is_a(), get_class() returns lowercase class names. Must convert to lower and compare with all lowercase string if we hope to ever get a match. Previously the first if{} branch was never entered and a sideeffect was that diffs were show in full instead of just the needed context.
sfrowd
More...
over 20 years ago
basic http auth for admin dir
sfrowd
More...
over 20 years ago
no longer needing php_value, doesn't work
sfrowd
More...
over 20 years ago
make comment len global var and use it
sfrowd
More...
over 20 years ago
replaced is_a() call with get_class(); apparently SF doesn't support is_a() ???
sfrowd
More...
over 20 years ago
SF doesn't allow php_value in .htaccess, so we use ini_set() instead.
sfrowd
More...
over 20 years ago
Added wiki code.
sfrowd
More...
over 20 years ago
Removed old static site in preparation for introducing wiki code.
sfrowd
More...
over 20 years ago
Look in the most logical places for external libraries
bradleyhughes
More...
over 20 years ago
we don't watch for fatal signals, so we don't need to handle them in the signal handler
bradleyhughes
More...
over 20 years ago
implement bt::Menu::insertItem() overloads as inlines
bradleyhughes
More...
over 20 years ago
don't tie menus to a single parent menu... instead, dynamically set the parent s the active item changes... this allows us to have a single menu inserted multiple times in different parents.
bradleyhughes
More...
over 20 years ago
add 0.70.0 beta2 news item
bradleyhughes
More...
over 20 years ago
compile with g++ 2.95.4 on FreeBSD
bradleyhughes
More...
over 20 years ago
work around a problem with the GNU ISO C++ library distributed with g++ 3.x: char_traits must be specialized to be able to use character types other than char and wchar_t together with basic_string
bradleyhughes
More...
over 20 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
…
61
62
→
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