Source Activity
fix self-inited fTransparentMode, closing #9788.
fix self-inited fTransparentMode, closing #9788. Signed-off-by: Philippe Houdoin
Categories: Development
fix self-inited fTransparentMode, closing #9788.
fix self-inited fTransparentMode, closing #9788. Signed-off-by: Philippe Houdoin
Categories: Development
GIFTranslator: fix incorrectly initialized fTransparentMode
GIFTranslator: fix incorrectly initialized fTransparentMode Signed-off-by: Philippe Houdoin
Categories: Development
Add an unittest for if_nameindex to network kit tests pool
Add an unittest for if_nameindex to network kit tests pool
Categories: Development
Terminal: fix handling utf-8 characters in OSC commands
Terminal: fix handling utf-8 characters in OSC commands Process the Operating System Control command in multibyte-aware way. That fixes corresponding behavior for latest versions of Midnight Commander;
Categories: Development
Discard Termcap and switch console apps to use Terminfo
Discard Termcap and switch console apps to use Terminfo * Switch bash, debugger, less, telnet[d] and top apps to use termcap functionality provided by ncurses lib instead of GNU libtermcap.so; * NetBSD version of tput utility replaced with ncurses' one. Fixes #9606; * terminfo database is provided as mandatory package installed during building target system; * Remove libtermcap module. The termcap database source and corresponding build rules are not removed to provide backward compatibility - until all optional packages will be rebuild on upcoming system version using terminfo. Note that gcc2 builds may require to provide termcap a bit longer in the sake of binary compatibility with R5 era apps.
Categories: Development
vm: fix area insertion logic
vm: fix area insertion logic * When looking for a place for new area the size of the area to be inserted instead of the next area size was used to check whether we are already past the upper bound. * There was an attempt to insert area even if we were past the upper bound.
Categories: Development
libroot: explicitly check ABI version
libroot: explicitly check ABI version As Axel suggested use simple, explicit checks for legacy ABI version instead of obscure "compatibility mode".
Categories: Development
Show correct type in case a typecast has taken place.
Show correct type in case a typecast has taken place.
Categories: Development
Add "Cast to array" context option.
Add "Cast to array" context option. Implements a simple context shortcut allowing to cast a pointer variable directly to a 10-element array of the type it points to. Resolves #9778.
Categories: Development
Relax range setting constraints for arrays.
Relax range setting constraints for arrays. - VariablesView now detects if a container's range is fixed or not, and uses that to adjust both the prompt it displays and whether or not the parsed ranges are bounds checked. - ArrayValueNode now returns the currently user-set range rather than the dimension constraints, since those might not always be accurate.
Categories: Development
Extend ValueNode interface for ranged containers.
Extend ValueNode interface for ranged containers.
Add an IsContainerRangeFixed() hook which specifies whether or not
the container in question can only display elements within a fixed
lower/upper bound, i.e. B{Object}List.
Categories: Development
fixes errors compiling netfs and netfs_server with gcc-4.7.3
fixes errors compiling netfs and netfs_server with gcc-4.7.3 Signed-off-by: Jérôme Duval
Categories: Development
Implement #9777.
Implement #9777. - Introduce class BreakpointProxy which acts as a container for either a breakpoint or a watchpoint. BreakpointsTableModel now stores a single list of these rather than separate Breakpoint/Watchpoint lists. - Switch BreakpointListView to allow multiple selection mode, and consequently change selection/listener interfaces to use a list of BreakpointProxy objects. Adjust implementors accordingly. - Rework breakpoint list columns to better mesh with a unified display of breakpoint and watchpoint information. - Add an input filter to handle removing breakpoints when the delete key is pressed.
Categories: Development
Revert changes to coreutils kill.c...
Revert changes to coreutils kill.c... ..introduced by cc2c83fa5ce13347f19da08a40f43c256e96d9a6 and subsequent cleanups. Instead, patch bash's builtin kill directly to handle the kill by name functionality. Fixes #9687 and reintroduces the ability to kill jobs.
Categories: Development
Fix oversight in set visible range support.
Fix oversight in set visible range support. Detect the case where we have a pointer to an array type, as seen when typecasting a pointer to an array, and present the set visible range option for these as well.
Categories: Development
Add Type column to VariablesView. Resolves #9779.
Add Type column to VariablesView. Resolves #9779.
Categories: Development
Refactor DIE name resolution.
Refactor DIE name resolution. Factor out DwarfUtils::GetDIETypeName(). Make use of it for both Subprogram parameters and modified types in general. Resolves TODO.
Categories: Development
